[PATCH 1/3] include/ddk: Fix struct _KUSER_SHARED_DATA definition.

Paul Gofman pgofman at codeweavers.com
Mon May 25 10:42:00 CDT 2020


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 at codeweavers.com>
---
 include/ddk/wdm.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/ddk/wdm.h b/include/ddk/wdm.h
index 91e8a1a698..b0ad0e70d3 100644
--- a/include/ddk/wdm.h
+++ b/include/ddk/wdm.h
@@ -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 */
-- 
2.26.2




More information about the wine-devel mailing list