mirror of
https://github.com/glfw/glfw.git
synced 2025-08-31 19:11:49 +00:00
fix MinGW build
This commit is contained in:
parent
8ef7bfdd2e
commit
a284523f9e
@ -43,6 +43,11 @@
|
||||
typedef UINT64 QWORD; // Needed for NEXTRAWINPUTBLOCK()
|
||||
#endif
|
||||
|
||||
#ifndef RI_MOUSE_HWHEEL
|
||||
// MinGW may not have the define for RI_MOUSE_HWHEEL
|
||||
#define RI_MOUSE_HWHEEL 0x0800
|
||||
#endif
|
||||
|
||||
|
||||
// Returns the window style for the specified window
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user