mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-22 05:03:56 +00:00
Fix compilation
This commit is contained in:
@@ -22,6 +22,7 @@ using ULONG = DWORD;
|
||||
using DWORD64 = std::uint64_t;
|
||||
using ULONGLONG = DWORD64;
|
||||
using LONGLONG = std::int64_t;
|
||||
using UINT = std::uint32_t;
|
||||
|
||||
typedef union _ULARGE_INTEGER
|
||||
{
|
||||
|
||||
@@ -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