mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
alloc_console does work, but it create another cmd window, seems not
better than dialog
This commit is contained in:
@@ -628,4 +628,8 @@ extern "C"
|
||||
return bSystem;
|
||||
}
|
||||
|
||||
void alloc_console_and_redirect() {
|
||||
AllocConsole();
|
||||
freopen("CONOUT$", "w", stdout);
|
||||
}
|
||||
} // end of extern "C"
|
||||
Reference in New Issue
Block a user