diff --git a/.gitignore b/.gitignore index 272f7b98b..415c5441b 100755 --- a/.gitignore +++ b/.gitignore @@ -71,6 +71,7 @@ Release-* *.vcxproj.* *.vcproj *.vcproj.* +*.aps *.sdf *.sln *.suo diff --git a/client/Windows/wf_interface.c b/client/Windows/wf_interface.c index 2e5c19be9..84a8e56e2 100644 --- a/client/Windows/wf_interface.c +++ b/client/Windows/wf_interface.c @@ -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; diff --git a/client/Windows/wfreerdp.aps b/client/Windows/wfreerdp.aps deleted file mode 100644 index 1edfc0fc3..000000000 Binary files a/client/Windows/wfreerdp.aps and /dev/null differ