vcruntime140: Forward _set_se_translator.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> Signed-off-by: Piotr Caban <piotr@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
d62974a508
commit
eeec1b1a64
|
@ -1149,7 +1149,7 @@
|
||||||
@ stdcall -arch=i386 _seh_longjmp_unwind(ptr) ucrtbase._seh_longjmp_unwind
|
@ stdcall -arch=i386 _seh_longjmp_unwind(ptr) ucrtbase._seh_longjmp_unwind
|
||||||
@ stdcall -arch=i386 _seh_longjmp_unwind4(ptr) ucrtbase._seh_longjmp_unwind4
|
@ stdcall -arch=i386 _seh_longjmp_unwind4(ptr) ucrtbase._seh_longjmp_unwind4
|
||||||
@ cdecl _set_purecall_handler(ptr) ucrtbase._set_purecall_handler
|
@ cdecl _set_purecall_handler(ptr) ucrtbase._set_purecall_handler
|
||||||
@ stub _set_se_translator
|
@ cdecl _set_se_translator(ptr) ucrtbase._set_se_translator
|
||||||
@ cdecl -arch=i386 -norelay _setjmp3(ptr long) ucrtbase._setjmp3
|
@ cdecl -arch=i386 -norelay _setjmp3(ptr long) ucrtbase._setjmp3
|
||||||
@ cdecl -arch=i386,x86_64,arm longjmp(ptr long) ucrtbase.longjmp
|
@ cdecl -arch=i386,x86_64,arm longjmp(ptr long) ucrtbase.longjmp
|
||||||
@ cdecl memchr(ptr long long) ucrtbase.memchr
|
@ cdecl memchr(ptr long long) ucrtbase.memchr
|
||||||
|
|
|
@ -1892,7 +1892,7 @@
|
||||||
@ cdecl _set_new_mode(long) MSVCRT__set_new_mode
|
@ cdecl _set_new_mode(long) MSVCRT__set_new_mode
|
||||||
@ cdecl _set_printf_count_output(long) MSVCRT__set_printf_count_output
|
@ cdecl _set_printf_count_output(long) MSVCRT__set_printf_count_output
|
||||||
@ cdecl _set_purecall_handler(ptr)
|
@ cdecl _set_purecall_handler(ptr)
|
||||||
@ stub _set_se_translator
|
@ cdecl _set_se_translator(ptr) MSVCRT__set_se_translator
|
||||||
@ cdecl _set_thread_local_invalid_parameter_handler(ptr)
|
@ cdecl _set_thread_local_invalid_parameter_handler(ptr)
|
||||||
@ cdecl _seterrormode(long)
|
@ cdecl _seterrormode(long)
|
||||||
@ cdecl -arch=i386 -norelay _setjmp3(ptr long) MSVCRT__setjmp3
|
@ cdecl -arch=i386 -norelay _setjmp3(ptr long) MSVCRT__setjmp3
|
||||||
|
|
|
@ -69,7 +69,7 @@
|
||||||
@ stdcall -arch=i386 _seh_longjmp_unwind4(ptr) ucrtbase._seh_longjmp_unwind4
|
@ stdcall -arch=i386 _seh_longjmp_unwind4(ptr) ucrtbase._seh_longjmp_unwind4
|
||||||
@ stdcall -arch=i386 _seh_longjmp_unwind(ptr) ucrtbase._seh_longjmp_unwind
|
@ stdcall -arch=i386 _seh_longjmp_unwind(ptr) ucrtbase._seh_longjmp_unwind
|
||||||
@ cdecl _set_purecall_handler(ptr) ucrtbase._set_purecall_handler
|
@ cdecl _set_purecall_handler(ptr) ucrtbase._set_purecall_handler
|
||||||
@ stub _set_se_translator
|
@ cdecl _set_se_translator(ptr) ucrtbase._set_se_translator
|
||||||
@ cdecl -arch=i386 -norelay _setjmp3(ptr long) ucrtbase._setjmp3
|
@ cdecl -arch=i386 -norelay _setjmp3(ptr long) ucrtbase._setjmp3
|
||||||
@ cdecl -arch=i386,x86_64,arm longjmp(ptr long) ucrtbase.longjmp
|
@ cdecl -arch=i386,x86_64,arm longjmp(ptr long) ucrtbase.longjmp
|
||||||
@ cdecl memchr(ptr long long) ucrtbase.memchr
|
@ cdecl memchr(ptr long long) ucrtbase.memchr
|
||||||
|
|
Loading…
Reference in New Issue