include: Add missing EntryInProgress member to _PEB_LDR_DATA struct.

This commit is contained in:
Austin English 2014-05-26 23:34:59 -07:00 committed by Alexandre Julliard
parent fa51f080a4
commit e63f0bf4b8

View file

@ -191,6 +191,7 @@ typedef struct _PEB_LDR_DATA
LIST_ENTRY InLoadOrderModuleList;
LIST_ENTRY InMemoryOrderModuleList;
LIST_ENTRY InInitializationOrderModuleList;
PVOID EntryInProgress;
} PEB_LDR_DATA, *PPEB_LDR_DATA;
typedef struct _GDI_TEB_BATCH