mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
Update main.cpp
This commit is contained in:
parent
0c061828dd
commit
1c0521ec2f
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
freopen("CONOUT$", "w", stdout);
|
freopen("CONOUT$", "w", stdout);
|
||||||
freopen("CONOUT$", "w", stderr);
|
freopen("CONOUT$", "w", stderr);
|
||||||
std::ios::sync_with_stdio();
|
std::ios_base::sync_with_stdio(false);
|
||||||
qInstallMessageHandler(consoleMsgHandler);
|
qInstallMessageHandler(consoleMsgHandler);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue