msvcrt: Export __C_specific handler in other msvcrt versions too.
This commit is contained in:
parent
53c53126d5
commit
6cb3713e26
|
@ -353,6 +353,7 @@
|
|||
@ stub __AdjustPointer
|
||||
@ stub __BuildCatchObject
|
||||
@ stub __BuildCatchObjectHelper
|
||||
@ stdcall -arch=x86_64 __C_specific_handler(ptr long ptr ptr) msvcrt.__C_specific_handler
|
||||
@ cdecl __CppXcptFilter(long ptr) msvcrt.__CppXcptFilter
|
||||
@ stub __CxxCallUnwindDelDtor
|
||||
@ stub __CxxCallUnwindDtor
|
||||
|
|
|
@ -164,6 +164,7 @@
|
|||
@ stub __AdjustPointer
|
||||
@ stub __BuildCatchObject
|
||||
@ stub __BuildCatchObjectHelper
|
||||
@ stdcall -arch=x86_64 __C_specific_handler(ptr long ptr ptr) msvcrt.__C_specific_handler
|
||||
@ cdecl __CppXcptFilter(long ptr) msvcrt.__CppXcptFilter
|
||||
@ stub __CxxCallUnwindDelDtor
|
||||
@ stub __CxxCallUnwindDtor
|
||||
|
|
|
@ -161,6 +161,7 @@
|
|||
@ stub __AdjustPointer
|
||||
@ stub __BuildCatchObject
|
||||
@ stub __BuildCatchObjectHelper
|
||||
@ stdcall -arch=x86_64 __C_specific_handler(ptr long ptr ptr) msvcrt.__C_specific_handler
|
||||
@ cdecl __CppXcptFilter(long ptr) msvcrt.__CppXcptFilter
|
||||
@ stub __CxxCallUnwindDelDtor
|
||||
@ stub __CxxCallUnwindDtor
|
||||
|
|
Loading…
Reference in New Issue