[PATCH] include/winternl.h: Add Vista+ PEB_LDR_DATA structure fields.

Paul Gofman gofmanp at gmail.com
Wed Jan 22 10:08:28 CST 2020


Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48289
Signed-off-by: Paul Gofman <gofmanp at gmail.com>
---
 include/winternl.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/winternl.h b/include/winternl.h
index 0122684483..e5aed5acb1 100644
--- a/include/winternl.h
+++ b/include/winternl.h
@@ -213,6 +213,8 @@ typedef struct _PEB_LDR_DATA
     LIST_ENTRY          InMemoryOrderModuleList;
     LIST_ENTRY          InInitializationOrderModuleList;
     PVOID               EntryInProgress;
+    BOOLEAN             ShutdownInProgress;
+    HANDLE              ShutdownThreadId;
 } PEB_LDR_DATA, *PPEB_LDR_DATA;
 
 typedef struct _GDI_TEB_BATCH
-- 
2.24.1




More information about the wine-devel mailing list