feat: Implement basic windows linux support
This commit is contained in:
parent
f98f87db8e
commit
cb27314739
35 changed files with 1426 additions and 85 deletions
8
windows/runner/utils.h
Normal file
8
windows/runner/utils.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef CONSOLE_UTILS_H_
|
||||
#define CONSOLE_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_
|
||||
Loading…
Add table
Add a link
Reference in a new issue