msvcrt: forward __C_specific_handler to ntdll (64-Bit, try 2)

André Hentschel nerv at dawncrow.de
Thu Jan 14 13:52:06 CST 2010


at least glib expects it in msvcrt
(thanks Juan Lang for the review)
---
 dlls/msvcrt/msvcrt.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/msvcrt/msvcrt.spec b/dlls/msvcrt/msvcrt.spec
index 721bdbc..ff7d971 100644
--- a/dlls/msvcrt/msvcrt.spec
+++ b/dlls/msvcrt/msvcrt.spec
@@ -78,6 +78,7 @@
 @ cdecl __CppXcptFilter(long ptr)
 @ cdecl __CxxDetectRethrow(ptr)
 @ cdecl -i386 -norelay __CxxFrameHandler(ptr ptr ptr ptr)
+@ stdcall -arch=x86_64 __C_specific_handler(ptr long ptr ptr) ntdll.__C_specific_handler
 @ stdcall -i386 __CxxLongjmpUnwind(ptr)
 @ cdecl __CxxQueryExceptionSize()
 @ cdecl __RTCastToVoid(ptr) MSVCRT___RTCastToVoid
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list