Shove out a bogus please wait 0%.

This commit is contained in:
Alcaro
2016-01-30 22:38:42 +01:00
parent e8e090d02f
commit 711da4f292
2 changed files with 4 additions and 0 deletions

View File

@@ -879,6 +879,9 @@ void GUIClaimConsole()
if (claimstdin) freopen("CONIN$", "rt", stdin);
if (claimstdout) freopen("CONOUT$", "wt", stdout);
if (claimstderr) freopen("CONOUT$", "wt", stderr);
if (claimstdout) fputc('\r', stdout);
if (claimstderr) fputc('\r', stderr);
}
HINSTANCE hInstance_;