mirror of
https://github.com/Alcaro/Flips.git
synced 2026-09-09 11:05:29 -05:00
Shove out a bogus please wait 0%.
This commit is contained in:
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user