include/ddk: Fix struct _KUSER_SHARED_DATA definition.
HeapTracingPid, CritSecTracingPid are present in NT 6.0. But NT 6.0 has UserModeGlobalLogger array size of 8 instead of 16. Signed-off-by: Paul Gofman <pgofman@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
db3eb6fc0b
commit
0def647b6e
|
@ -1258,8 +1258,6 @@ typedef struct _KUSER_SHARED_DATA {
|
|||
ULONG EnclaveFeatureMask[4]; /* 0x36c */
|
||||
ULONG TelemetryCoverageRound; /* 0x37c */
|
||||
USHORT UserModeGlobalLogger[16]; /* 0x380 */
|
||||
ULONG HeapTracingPid[2]; /* 0x390 */
|
||||
ULONG CritSecTracingPid[2]; /* 0x398 */
|
||||
ULONG ImageFileExecutionOptions; /* 0x3a0 */
|
||||
ULONG LangGenerationCount; /* 0x3a4 */
|
||||
ULONG ActiveProcessorAffinity; /* 0x3a8 */
|
||||
|
|
Loading…
Reference in New Issue