mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-13 21:31:32 +00:00
DD: Mingw 3.4.5 build fix
This commit is contained in:
parent
c024d313ee
commit
628d1c4dab
2 changed files with 2 additions and 2 deletions
|
@ -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 @@
|
||||||
|
|
||||||
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;
|
||||||
|
|
Loading…
Reference in a new issue