small fix

This commit is contained in:
Anonymous275
2020-11-13 23:55:51 +02:00
parent 21c9ac4f53
commit fb7ed95d1d
2 changed files with 4 additions and 4 deletions

View File

@@ -99,7 +99,7 @@ char _getch(void) {
#endif // WIN32
void SetupConsole() {
#if defined(WIN32) //&& !defined(DEBUG)
#if defined(WIN32) && !defined(DEBUG)
DWORD outMode = 0;
HANDLE stdoutHandle = GetStdHandle(STD_OUTPUT_HANDLE);
if (stdoutHandle == INVALID_HANDLE_VALUE) {