mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- Fix LDR_DATA_TABLE_ENTRY definition.
svn path=/trunk/; revision=16648
This commit is contained in:
@@ -61,11 +61,17 @@ typedef struct _LDR_DATA_TABLE_ENTRY
|
||||
ULONG Flags;
|
||||
USHORT LoadCount;
|
||||
USHORT TlsIndex;
|
||||
LIST_ENTRY HashLinks;
|
||||
PVOID SectionPointer;
|
||||
union
|
||||
{
|
||||
LIST_ENTRY HashLinks;
|
||||
PVOID SectionPointer;
|
||||
};
|
||||
ULONG CheckSum;
|
||||
ULONG TimeDateStamp;
|
||||
PVOID LoadedImports;
|
||||
union
|
||||
{
|
||||
ULONG TimeDateStamp;
|
||||
PVOID LoadedImports;
|
||||
};
|
||||
PVOID EntryPointActivationContext;
|
||||
PVOID PatchInformation;
|
||||
#if defined(DBG) || defined(KDBG)
|
||||
|
||||
Reference in New Issue
Block a user