mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +00:00
- define GET_XBUTTON_WPARAM for MinGW in all file which need it.
This commit is contained in:
parent
c677dd37f5
commit
47303b26c7
1 changed files with 5 additions and 0 deletions
|
@ -110,6 +110,11 @@
|
||||||
#include "rawinput.h"
|
#include "rawinput.h"
|
||||||
|
|
||||||
|
|
||||||
|
// Compensate for w32api's lack
|
||||||
|
#ifndef GET_XBUTTON_WPARAM
|
||||||
|
#define GET_XBUTTON_WPARAM(wParam) (HIWORD(wParam))
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
#define INGAME_PRIORITY_CLASS NORMAL_PRIORITY_CLASS
|
#define INGAME_PRIORITY_CLASS NORMAL_PRIORITY_CLASS
|
||||||
|
|
Loading…
Reference in a new issue