include: Add Vista+ PEB_LDR_DATA structure fields.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48289
Signed-off-by: Paul Gofman <gofmanp@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
feature/deterministic
Paul Gofman 2020-01-22 19:08:28 +03:00 committed by Alexandre Julliard
parent 3f26eb4455
commit 34e64876b2
1 changed files with 2 additions and 0 deletions

View File

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