mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[NDK] Fix definition of RTL_DEBUG_INFORMATION
Fixes ntdll_aiptest RtlDebugInformation on x64
This commit is contained in:
parent
918c98a239
commit
3b437b8a1c
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue