mirror of
https://github.com/reactos/reactos.git
synced 2025-04-06 05:34:22 +00:00
[NDK] Fix RTL_UNLOAD_EVENT_TRACE_NUMBER
This commit is contained in:
parent
97fb49a3d2
commit
362f4b5915
1 changed files with 1 additions and 1 deletions
|
@ -1226,7 +1226,7 @@ typedef struct _RTL_FLS_DATA
|
|||
//
|
||||
// Unload Event Trace Structure for RtlGetUnloadEventTrace
|
||||
//
|
||||
#define RTL_UNLOAD_EVENT_TRACE_NUMBER 64
|
||||
#define RTL_UNLOAD_EVENT_TRACE_NUMBER 16
|
||||
|
||||
typedef struct _RTL_UNLOAD_EVENT_TRACE
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue