[NDK] Fix definition of RTL_DEBUG_INFORMATION

Fixes ntdll_aiptest RtlDebugInformation on x64
This commit is contained in:
Timo Kreuzer 2022-12-27 11:06:45 +01:00
parent 918c98a239
commit 3b437b8a1c

View file

@ -1194,9 +1194,9 @@ typedef struct _RTL_DEBUG_INFORMATION
HANDLE TargetProcessId;
HANDLE TargetThreadHandle;
ULONG Flags;
ULONG OffsetFree;
ULONG CommitSize;
ULONG ViewSize;
ULONG_PTR OffsetFree;
SIZE_T CommitSize;
SIZE_T ViewSize;
union
{
PRTL_PROCESS_MODULES Modules;