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:
Paul Gofman 2021-10-18 15:06:47 +03:00 committed by Alexandre Julliard
parent 1ab32c6b3b
commit f712a98d12
1 changed files with 1 additions and 2 deletions

View File

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