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
Branches
Tags
No related merge requests found
...@@ -69,7 +69,7 @@ static HCURSOR windowCursor = NULL; // main window cursor ...@@ -69,7 +69,7 @@ static HCURSOR windowCursor = NULL; // main window cursor
static LPCSTR wClassName = "SRB2WC"; static LPCSTR wClassName = "SRB2WC";
boolean appActive = false; // app window is active INT appActive = false; // app window is active
#ifdef LOGMESSAGES #ifdef LOGMESSAGES
FILE *logstream; FILE *logstream;
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
extern HWND hWndMain; extern HWND hWndMain;
extern boolean appActive; extern INT appActive;
VOID I_GetSysMouseEvents(INT mouse_state); VOID I_GetSysMouseEvents(INT mouse_state);
extern UINT MSHWheelMessage; extern UINT MSHWheelMessage;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment