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>
oldstable
Nikolay Sivov 2016-08-01 14:01:17 +03:00 committed by Alexandre Julliard
parent 3e8a683658
commit 4fe8b0cc1c
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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