Fix for mingw compilation by Alam.

This commit is contained in:
Edgar Simo
2008-08-26 11:50:37 +00:00
parent fffbd1a1d1
commit 2ba47a0dc2

View File

@@ -54,6 +54,9 @@
#ifndef GET_XBUTTON_WPARAM
#define GET_XBUTTON_WPARAM(w) (HIWORD(w))
#endif
#ifndef WM_INPUT
#define WM_INPUT 0x00ff
#endif
extern HCTX *g_hCtx;
extern HANDLE *mice;