Compare commits

...

2 Commits

Author SHA1 Message Date
Pannoniae
7db7a24f17
Merge a284523f9e into ac10768495 2025-08-09 13:45:20 +00:00
Pannoniae
a284523f9e fix MinGW build 2025-08-09 14:45:08 +01:00

View File

@ -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
//