Revert "always console for windows Debug builds"

This reverts commit a76c962aa3.
This commit is contained in:
withmorten 2021-02-15 14:58:19 +01:00
parent a76c962aa3
commit a58d76d27d
2 changed files with 0 additions and 4 deletions

View File

@ -1508,9 +1508,7 @@ WinMain(HINSTANCE instance,
SystemParametersInfo(SPI_SETFOREGROUNDLOCKTIMEOUT, 0, nil, SPIF_SENDCHANGE);
#ifndef MASTER
#ifndef DEBUG
if (strstr(cmdLine, "-console"))
#endif
{
AllocConsole();
freopen("CONIN$", "r", stdin);

View File

@ -2019,9 +2019,7 @@ WinMain(HINSTANCE instance,
SystemParametersInfo(SPI_SETFOREGROUNDLOCKTIMEOUT, 0, nil, SPIF_SENDCHANGE);
#ifndef MASTER
#ifndef DEBUG
if (strstr(cmdLine, "-console"))
#endif
{
AllocConsole();
freopen("CONIN$", "r", stdin);