mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 00:50:23 +00:00
[NDK] Fix definition of LDR_ENUM_RESOURCE_INFO
This fixes ntdll_apitest LdrEnumResources on x64 Windows
This commit is contained in:
parent
a09d5bae0f
commit
918c98a239
1 changed files with 2 additions and 2 deletions
|
@ -189,8 +189,8 @@ typedef struct _LDR_ENUM_RESOURCE_INFO
|
|||
ULONG_PTR Name;
|
||||
ULONG_PTR Language;
|
||||
PVOID Data;
|
||||
SIZE_T Size;
|
||||
ULONG_PTR Reserved;
|
||||
ULONG Size;
|
||||
ULONG Reserved;
|
||||
} LDR_ENUM_RESOURCE_INFO, *PLDR_ENUM_RESOURCE_INFO;
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue