include: Update struct _LDR_DDAG_NODE 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-21 15:47:25 +03:00 committed by Alexandre Julliard
parent 6cedb963e8
commit a04db0814a
1 changed files with 3 additions and 8 deletions

View File

@ -3284,18 +3284,13 @@ typedef struct _LDR_DDAG_NODE
LIST_ENTRY Modules;
LDR_SERVICE_TAG_RECORD *ServiceTagList;
ULONG LoadCount;
ULONG ReferenceCount;
ULONG DependencyCount;
union
{
LDRP_CSLIST Dependencies;
SINGLE_LIST_ENTRY RemovalLink;
};
ULONG LoadWhileUnloadingCount;
ULONG LowestLink;
LDRP_CSLIST Dependencies;
LDRP_CSLIST IncomingDependencies;
LDR_DDAG_STATE State;
SINGLE_LIST_ENTRY CondenseLink;
ULONG PreorderNumber;
ULONG LowestLink;
} LDR_DDAG_NODE, *PLDR_DDAG_NODE;
typedef enum _LDR_DLL_LOAD_REASON