Compare commits

..

1 Commits

Author SHA1 Message Date
Pannoniae
eb50183dd2
Merge 8ef7bfdd2e into ac10768495 2025-07-30 19:12:27 +01:00

View File

@ -43,11 +43,6 @@
typedef UINT64 QWORD; // Needed for NEXTRAWINPUTBLOCK() typedef UINT64 QWORD; // Needed for NEXTRAWINPUTBLOCK()
#endif #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 // Returns the window style for the specified window
// //