ucrtbase: Forward set_terminate().
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Piotr Caban <piotr@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
3e8a683658
commit
4fe8b0cc1c
|
@ -99,7 +99,7 @@
|
|||
@ cdecl perror(str) ucrtbase.perror
|
||||
@ stub quick_exit
|
||||
@ cdecl raise(long) ucrtbase.raise
|
||||
@ stub set_terminate
|
||||
@ cdecl set_terminate(ptr) ucrtbase.set_terminate
|
||||
@ cdecl signal(long long) ucrtbase.signal
|
||||
@ cdecl strerror(long) ucrtbase.strerror
|
||||
@ cdecl strerror_s(ptr long long) ucrtbase.strerror_s
|
||||
|
|
|
@ -2480,7 +2480,7 @@
|
|||
@ cdecl scalbn(double long) MSVCRT__scalb
|
||||
@ cdecl scalbnf(float long) MSVCRT__scalbf
|
||||
@ cdecl scalbnl(double long) MSVCR120_scalbnl
|
||||
@ stub set_terminate
|
||||
@ cdecl set_terminate(ptr) MSVCRT_set_terminate
|
||||
@ cdecl set_unexpected(ptr) MSVCRT_set_unexpected
|
||||
@ cdecl setbuf(ptr ptr) MSVCRT_setbuf
|
||||
@ cdecl -arch=arm,x86_64 -norelay -private setjmp(ptr) MSVCRT__setjmp
|
||||
|
|
Loading…
Reference in New Issue