Fix compilation

This commit is contained in:
momo5502
2025-05-17 12:04:32 +02:00
parent ab4ee84339
commit 549d9e4625
2 changed files with 3 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ typedef struct tagPOINT
{
LONG x;
LONG y;
} POINT, *PPOINT, NEAR *NPPOINT, FAR *LPPOINT;
} POINT;
#endif
using wparam = pointer;
@@ -28,7 +28,7 @@ using hinstance = pointer;
struct msg
{
hwnd hwnd;
hwnd window;
UINT message;
wparam wParam;
lparam lParam;