=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: kernel32: Forward RtlPcToFileHeader to ntdll also on ARM.

Alexandre Julliard julliard at winehq.org
Mon Mar 12 11:59:57 CDT 2012


Module: wine
Branch: master
Commit: e303fd5ebe8435e3a586ac07b53991ef1b3e1bdb
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e303fd5ebe8435e3a586ac07b53991ef1b3e1bdb

Author: André Hentschel <nerv at dawncrow.de>
Date:   Thu Mar  8 22:10:52 2012 +0100

kernel32: Forward RtlPcToFileHeader to ntdll also on ARM.

---

 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
 @ stdcall RtlUnwind(ptr ptr ptr long) ntdll.RtlUnwind
 @ stdcall -arch=x86_64 RtlUnwindEx(long long ptr long ptr) ntdll.RtlUnwindEx
 @ stdcall -arch=x86_64 RtlVirtualUnwind(long long long ptr ptr ptr ptr ptr) ntdll.RtlVirtualUnwind




More information about the wine-cvs mailing list