Skip to content

Commit

Permalink
Merge pull request FreeRDP#1430 from sukhodolin/Fixes
Browse files Browse the repository at this point in the history
Fix debug output on Win32
  • Loading branch information
hardening committed May 20, 2014
2 parents c008783 + 63eef3e commit 5aa5dd4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ Release-*
*.vcxproj.*
*.vcproj
*.vcproj.*
*.aps
*.sdf
*.sln
*.suo
Expand Down
2 changes: 2 additions & 0 deletions client/Windows/wf_interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Binary file removed client/Windows/wfreerdp.aps
Binary file not shown.

0 comments on commit 5aa5dd4

Please sign in to comment.