mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
Merge pull request #1430 from sukhodolin/Fixes
Fix debug output on Win32
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -71,6 +71,7 @@ Release-*
|
||||
*.vcxproj.*
|
||||
*.vcproj
|
||||
*.vcproj.*
|
||||
*.aps
|
||||
*.sdf
|
||||
*.sln
|
||||
*.suo
|
||||
|
||||
@@ -65,6 +65,8 @@ int wf_create_console(void)
|
||||
return 1;
|
||||
|
||||
freopen("CONOUT$", "w", stdout);
|
||||
freopen("CONOUT$", "w", stderr);
|
||||
|
||||
fprintf(stderr, "Debug console created.\n");
|
||||
|
||||
return 0;
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user