ntdll: Fix wording of a comment.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
b067eda87c
commit
1aa64a30be
|
@ -310,7 +310,7 @@ NTSTATUS WINAPI DECLSPEC_HOTPATCH LdrFindResource_U( HMODULE hmod, const LDR_RES
|
|||
}
|
||||
|
||||
|
||||
/* don't penalize other platforms stuff needed on i386 for compatibility */
|
||||
/* don't penalize other platforms with stuff needed on i386 for compatibility */
|
||||
#ifdef __i386__
|
||||
NTSTATUS WINAPI DECLSPEC_HIDDEN access_resource( HMODULE hmod, const IMAGE_RESOURCE_DATA_ENTRY *entry,
|
||||
void **ptr, ULONG *size )
|
||||
|
|
Loading…
Reference in New Issue