Fix for mingw compilation by Alam.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403184
This commit is contained in:
Edgar Simo 2008-08-26 11:50:37 +00:00
parent 7c530667ee
commit 9b7084ebd4

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;