https://git.reactos.org/?p=reactos.git;a=commitdiff;h=14df8c2e484e9a6862995a...
commit 14df8c2e484e9a6862995a946b1e4ba25f12d1e8 Author: Denis Malikov filedem@gmail.com AuthorDate: Sun Dec 9 01:36:41 2018 +0700 Commit: Mark Jansen mark.jansen@reactos.org CommitDate: Thu Jan 10 19:48:49 2019 +0100
[MSVCRT] export _local_unwind4 for 6.0+ version --- dll/apisets/api-ms-win-core-crt-l1-1-0.spec | 2 +- dll/apisets/api-ms-win-crt-private-l1-1-0.spec | 2 +- dll/win32/msvcrt/msvcrt.spec | 1 + 3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/dll/apisets/api-ms-win-core-crt-l1-1-0.spec b/dll/apisets/api-ms-win-core-crt-l1-1-0.spec index 3656f37ffd..a7782f260e 100644 --- a/dll/apisets/api-ms-win-core-crt-l1-1-0.spec +++ b/dll/apisets/api-ms-win-core-crt-l1-1-0.spec @@ -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 diff --git a/dll/apisets/api-ms-win-crt-private-l1-1-0.spec b/dll/apisets/api-ms-win-crt-private-l1-1-0.spec index ef7d058410..bcb1b60e3d 100644 --- a/dll/apisets/api-ms-win-crt-private-l1-1-0.spec +++ b/dll/apisets/api-ms-win-crt-private-l1-1-0.spec @@ -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 diff --git a/dll/win32/msvcrt/msvcrt.spec b/dll/win32/msvcrt/msvcrt.spec index f2425c953e..196937908f 100644 --- a/dll/win32/msvcrt/msvcrt.spec +++ b/dll/win32/msvcrt/msvcrt.spec @@ -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)