Alexandre Julliard : kernel32: Forward RtlUnwindEx to ntdll for x86_64.

Alexandre Julliard julliard at winehq.org
Wed Jun 10 10:16:59 CDT 2009


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Jun 10 13:21:10 2009 +0200

kernel32: Forward RtlUnwindEx to ntdll for x86_64.

---

 dlls/kernel32/kernel32.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/kernel32/kernel32.spec b/dlls/kernel32/kernel32.spec
index b555621..1734460 100644
--- a/dlls/kernel32/kernel32.spec
+++ b/dlls/kernel32/kernel32.spec
@@ -928,6 +928,7 @@
 @ stdcall -arch=x86_64 RtlLookupFunctionEntry(long ptr ptr) ntdll.RtlLookupFunctionEntry
 @ stdcall RtlMoveMemory(ptr ptr long) ntdll.RtlMoveMemory
 @ 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
 @ stdcall RtlZeroMemory(ptr long) ntdll.RtlZeroMemory
 @ stdcall -i386 -norelay SMapLS()




More information about the wine-cvs mailing list