mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-30 00:01:02 +00:00
Fix compilation
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user