Fix mingw32 building errors.

This commit is contained in:
Feiyun Wang
2022-01-20 03:26:49 +08:00
committed by nhmall
parent 4b4070fb57
commit 3de2b825b0
3 changed files with 2 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ boolean win32_cursorblink;
HANDLE ffhandle = (HANDLE) 0;
WIN32_FIND_DATA ffd;
extern int GUILaunched;
boolean getreturn_enabled;
extern boolean getreturn_enabled;
int redirect_stdout;
typedef HWND(WINAPI *GETCONSOLEWINDOW)();