Fix for mingw compilation by Alam.
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403184
This commit is contained in:
parent
7c530667ee
commit
9b7084ebd4
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue