Skip to content
Snippets Groups Projects
Commit 628d1c4d authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

DD: Mingw 3.4.5 build fix

parent c024d313
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ static HCURSOR windowCursor = NULL; // main window cursor
static LPCSTR wClassName = "SRB2WC";
boolean appActive = false; // app window is active
INT appActive = false; // app window is active
#ifdef LOGMESSAGES
FILE *logstream;
......
......@@ -23,7 +23,7 @@
extern HWND hWndMain;
extern boolean appActive;
extern INT appActive;
VOID I_GetSysMouseEvents(INT mouse_state);
extern UINT MSHWheelMessage;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment