msvcrt: Forward __C_specific_handler to ntdll.

This commit is contained in:
André Hentschel 2010-01-14 20:52:06 +01:00 committed by Alexandre Julliard
parent 7639ea3184
commit a657380612
1 changed files with 1 additions and 0 deletions

View File

@ -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