Cleanup and fix NtQueryInformationProcess

This commit is contained in:
momo5502
2025-06-15 09:21:39 +02:00
parent b892bbb493
commit 1421550764
3 changed files with 98 additions and 199 deletions

View File

@@ -69,5 +69,6 @@ using USHORT = WORD;
static_assert(sizeof(DWORD) == 4);
static_assert(sizeof(ULONG) == 4);
static_assert(sizeof(int) == 4);
static_assert(sizeof(BOOLEAN) == 1);
// NOLINTEND(modernize-use-using)