mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 04:46:37 +00:00
[NDK] Fix RTL_DEBUG_INFORMATION definition
This commit is contained in:
parent
de6e160841
commit
234dfd4f2e
1 changed files with 1 additions and 1 deletions
|
@ -1205,7 +1205,7 @@ typedef struct _RTL_DEBUG_INFORMATION
|
|||
PRTL_PROCESS_LOCKS Locks;
|
||||
HANDLE SpecificHeap;
|
||||
HANDLE TargetProcessHandle;
|
||||
RTL_PROCESS_VERIFIER_OPTIONS VerifierOptions;
|
||||
PRTL_PROCESS_VERIFIER_OPTIONS VerifierOptions;
|
||||
HANDLE ProcessHeap;
|
||||
HANDLE CriticalSectionHandle;
|
||||
HANDLE CriticalSectionOwnerThread;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue