include: Update LDR_DATA_TABLE_ENTRY definition.
Signed-off-by: Paul Gofman <pgofman@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
1ab32c6b3b
commit
f712a98d12
|
@ -3323,8 +3323,7 @@ typedef struct _LDR_DATA_TABLE_ENTRY
|
||||||
ULONG Flags;
|
ULONG Flags;
|
||||||
SHORT LoadCount;
|
SHORT LoadCount;
|
||||||
SHORT TlsIndex;
|
SHORT TlsIndex;
|
||||||
HANDLE SectionHandle;
|
LIST_ENTRY HashLinks;
|
||||||
ULONG CheckSum;
|
|
||||||
ULONG TimeDateStamp;
|
ULONG TimeDateStamp;
|
||||||
HANDLE ActivationContext;
|
HANDLE ActivationContext;
|
||||||
void* Lock;
|
void* Lock;
|
||||||
|
|
Loading…
Reference in New Issue