André Hentschel : msvcrt: Forward __C_specific_handler to ntdll.

Alexandre Julliard julliard at winehq.org
Mon Jan 18 10:58:51 CST 2010


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Thu Jan 14 20:52:06 2010 +0100

msvcrt: Forward __C_specific_handler to ntdll.

---

 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




More information about the wine-cvs mailing list