Some fixes

This commit is contained in:
momo5502
2025-06-04 20:45:48 +02:00
parent d18a60561c
commit 956e73d839
4 changed files with 7 additions and 3 deletions

View File

@@ -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)