mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
[NDK] Fix definition of RTL_DEBUG_INFORMATION
Fixes ntdll_aiptest RtlDebugInformation on x64
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user