[MSVCRT] export _local_unwind4 for 6.0+ version

This commit is contained in:
Denis Malikov 2018-12-09 01:36:41 +07:00 committed by Mark Jansen
parent e266b8c8c7
commit 14df8c2e48
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B
3 changed files with 3 additions and 2 deletions

View file

@ -11,7 +11,7 @@
@ stub _ftol2_sse
@ stub _i64tow_s
@ stub _itow_s
@ stub _local_unwind4
@ stdcall -version=0x600+ _local_unwind4() msvcrt._local_unwind4
@ stub _ltow_s
@ stub _snprintf_s
@ stub _snwprintf_s

View file

@ -64,7 +64,7 @@
@ stub _is_exception_typeof
@ stdcall -arch=x86_64 _local_unwind() kernel32._local_unwind
@ stdcall -arch=i386 _local_unwind2() msvcrt._local_unwind2
@ stub _local_unwind4
@ stdcall -version=0x600+ _local_unwind4() msvcrt._local_unwind4
@ stdcall -arch=i386 _longjmpex() msvcrt._longjmpex
@ stub _o__CIacos
@ stub _o__CIasin

View file

@ -492,6 +492,7 @@
@ cdecl _lfind(ptr ptr ptr long ptr)
@ cdecl _loaddll(str)
@ cdecl -i386 _local_unwind2(ptr long)
@ cdecl -i386 -version=0x600+ _local_unwind4(ptr ptr long)
@ cdecl _localtime64(ptr)
@ cdecl _lock(long)
@ cdecl _locking(long long long)