mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-23 05:31:03 +00:00
Some fixes
This commit is contained in:
@@ -66,4 +66,8 @@ using USHORT = WORD;
|
||||
#define FALSE 0
|
||||
#endif
|
||||
|
||||
static_assert(sizeof(DWORD) == 4);
|
||||
static_assert(sizeof(ULONG) == 4);
|
||||
static_assert(sizeof(int) == 4);
|
||||
|
||||
// NOLINTEND(modernize-use-using)
|
||||
|
||||
Reference in New Issue
Block a user