mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-05 23:36:23 +00:00
fixed windows build
This commit is contained in:
@@ -83,7 +83,7 @@ static int _getch() {
|
||||
#endif // WIN32
|
||||
|
||||
void SetupConsole() {
|
||||
#ifdef WIN32
|
||||
#if defined(WIN32) && !defined(DEBUG)
|
||||
DWORD outMode = 0;
|
||||
HANDLE stdoutHandle = GetStdHandle(STD_OUTPUT_HANDLE);
|
||||
if (stdoutHandle == INVALID_HANDLE_VALUE) {
|
||||
|
||||
Reference in New Issue
Block a user