Commit 34e64876 authored by Paul Gofman's avatar Paul Gofman Committed by Alexandre Julliard

include: Add Vista+ PEB_LDR_DATA structure fields.

parent 3f26eb44
......@@ -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
......
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