Commit 0def647b authored by Paul Gofman's avatar Paul Gofman Committed by Alexandre Julliard

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: 's avatarPaul Gofman <pgofman@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent db3eb6fc
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment