mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-10 12:02:53 +02:00
Don't clear streams when they are reopened
This commit is contained in:
parent
c2deb233e0
commit
7c1b15ecb8
1 changed files with 0 additions and 4 deletions
|
@ -24,8 +24,4 @@ void reopenWindowsStreams()
|
|||
freopen_s(&outStream, "CONOUT$", "w+", stdout);
|
||||
freopen_s(&errStream, "CONOUT$", "w+", stderr);
|
||||
freopen_s(&inStream, "CONIN$", "r", stdin);
|
||||
std::cout.clear();
|
||||
std::clog.clear();
|
||||
std::cerr.clear();
|
||||
std::cin.clear();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue