Commit a6573806 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

msvcrt: Forward __C_specific_handler to ntdll.

parent 7639ea31
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment