Cleanup: remove checks for old MSVC versions
This commit is contained in:
@@ -259,7 +259,7 @@ void CreateConsole()
|
||||
return;
|
||||
}
|
||||
|
||||
#if defined(_MSC_VER) && _MSC_VER >= 1900
|
||||
#if defined(_MSC_VER)
|
||||
freopen("CONOUT$", "a", stdout);
|
||||
freopen("CONIN$", "r", stdin);
|
||||
freopen("CONOUT$", "a", stderr);
|
||||
|
Reference in New Issue
Block a user