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>
feature/deterministic
Paul Gofman 2020-05-25 18:42:00 +03:00 committed by Alexandre Julliard
parent db3eb6fc0b
commit 0def647b6e
1 changed files with 0 additions and 2 deletions

View File

@ -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 */