mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 06:25:49 +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 Name;
|
||||||
ULONG_PTR Language;
|
ULONG_PTR Language;
|
||||||
PVOID Data;
|
PVOID Data;
|
||||||
SIZE_T Size;
|
ULONG Size;
|
||||||
ULONG_PTR Reserved;
|
ULONG Reserved;
|
||||||
} LDR_ENUM_RESOURCE_INFO, *PLDR_ENUM_RESOURCE_INFO;
|
} LDR_ENUM_RESOURCE_INFO, *PLDR_ENUM_RESOURCE_INFO;
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue