[1/2] kernel32: Forward RtlPcToFileHeader to ntdll also on ARM

André Hentschel nerv at dawncrow.de
Sat Mar 10 10:51:16 CST 2012


Am 08.03.2012 22:10, schrieb André Hentschel:
> needed by native msvcrt110.dll and msvcrt110d.dll
> ---
>  dlls/kernel32/kernel32.spec |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/dlls/kernel32/kernel32.spec b/dlls/kernel32/kernel32.spec
> index fb3f9c2..1c794c9 100644
> --- a/dlls/kernel32/kernel32.spec
> +++ b/dlls/kernel32/kernel32.spec
> @@ -1023,7 +1023,7 @@
>  @ stdcall RtlFillMemory(ptr long long) ntdll.RtlFillMemory
>  @ stdcall -arch=x86_64 RtlLookupFunctionEntry(long ptr ptr) ntdll.RtlLookupFunctionEntry
>  @ stdcall RtlMoveMemory(ptr ptr long) ntdll.RtlMoveMemory
> -@ stdcall -arch=x86_64 RtlPcToFileHeader(ptr ptr) ntdll.RtlPcToFileHeader
> +@ stdcall -arch=x86_64,arm RtlPcToFileHeader(ptr ptr) ntdll.RtlPcToFileHeader

I forgot to mention that i checked that it's really not exported on all architectures. And yes, it's really only on x64 and arm, not on x86.


-- 

Best Regards, André Hentschel



More information about the wine-devel mailing list