mirror of
https://github.com/reactos/reactos.git
synced 2025-02-21 16:04:57 +00:00
[MSVCRT] export _local_unwind4 for 6.0+ version
This commit is contained in:
parent
e266b8c8c7
commit
14df8c2e48
3 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue