Commit 9b7084eb authored by Edgar Simo's avatar Edgar Simo

Fix for mingw compilation by Alam.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403184
parent 7c530667
...@@ -54,6 +54,9 @@ ...@@ -54,6 +54,9 @@
#ifndef GET_XBUTTON_WPARAM #ifndef GET_XBUTTON_WPARAM
#define GET_XBUTTON_WPARAM(w) (HIWORD(w)) #define GET_XBUTTON_WPARAM(w) (HIWORD(w))
#endif #endif
#ifndef WM_INPUT
#define WM_INPUT 0x00ff
#endif
extern HCTX *g_hCtx; extern HCTX *g_hCtx;
extern HANDLE *mice; extern HANDLE *mice;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment