Francois Gouget : msvcrt: __CxxDetectRethrow() and __CxxQueryExceptionSize( ) are implemented now so export them.

Alexandre Julliard julliard at winehq.org
Tue Feb 5 06:34:38 CST 2008


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Feb  5 00:01:31 2008 +0100

msvcrt: __CxxDetectRethrow() and __CxxQueryExceptionSize() are implemented now so export them.

---

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

diff --git a/dlls/msvcrt/msvcrt.spec b/dlls/msvcrt/msvcrt.spec
index ce36fd5..d6cffcb 100644
--- a/dlls/msvcrt/msvcrt.spec
+++ b/dlls/msvcrt/msvcrt.spec
@@ -75,8 +75,10 @@
 @ extern _HUGE MSVCRT__HUGE
 @ cdecl _Strftime(str long str ptr ptr)
 @ cdecl _XcptFilter(long ptr)
+@ cdecl __CxxDetectRethrow(ptr)
 @ cdecl -i386 -norelay __CxxFrameHandler(ptr ptr ptr ptr)
 @ stdcall -i386 __CxxLongjmpUnwind(ptr)
+@ cdecl __CxxQueryExceptionSize()
 @ cdecl __RTCastToVoid(ptr) MSVCRT___RTCastToVoid
 @ cdecl __RTDynamicCast(ptr long ptr ptr long) MSVCRT___RTDynamicCast
 @ cdecl __RTtypeid(ptr) MSVCRT___RTtypeid




More information about the wine-cvs mailing list