fix(windows): Recreate windows files to make sure windows compiles
This commit is contained in:
parent
9806428c62
commit
bac6dceaaf
17 changed files with 195 additions and 93 deletions
|
|
@ -1,8 +1,8 @@
|
|||
#ifndef CONSOLE_UTILS_H_
|
||||
#define CONSOLE_UTILS_H_
|
||||
#ifndef RUNNER_UTILS_H_
|
||||
#define RUNNER_UTILS_H_
|
||||
|
||||
// Creates a console for the process, and redirects stdout and stderr to
|
||||
// it for both the runner and the Flutter library.
|
||||
void CreateAndAttachConsole();
|
||||
|
||||
#endif // CONSOLE_UTILS_H_
|
||||
#endif // RUNNER_UTILS_H_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue