fix vc6 issues

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@285 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-12 09:12:58 +00:00
parent 62dca3e157
commit 137cd6444f
3 changed files with 3706 additions and 2973 deletions

View File

@@ -17,6 +17,10 @@
#define SetClassLongPtr SetClassLong
#define GetClassLongPtr GetClassLong
#endif
#ifndef WM_MOUSEWHEEL
#define WM_MOUSEWHEEL 0x020a
#define GET_WHEEL_DELTA_WPARAM(x) ((short)HIWORD(x))
#endif
struct _MwLL {
HINSTANCE hInstance;