vcruntime140: Forward set_unexpected.

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>
oldstable
Alistair Leslie-Hughes 2016-07-19 08:00:07 +00:00 committed by Alexandre Julliard
parent 37757d5e6c
commit ec0b875e35
3 changed files with 3 additions and 3 deletions

View File

@ -1156,7 +1156,7 @@
@ cdecl memcmp(ptr ptr long) ucrtbase.memcmp
@ cdecl memcpy(ptr ptr long) ucrtbase.memcpy
@ cdecl memmove(ptr ptr long) ucrtbase.memmove
@ stub set_unexpected
@ cdecl set_unexpected(ptr) ucrtbase.set_unexpected
@ cdecl -arch=arm,x86_64 -norelay -private setjmp(ptr) ucrtbase.setjmp
@ cdecl strchr(str long) ucrtbase.strchr
@ cdecl strrchr(str long) ucrtbase.strrchr

View File

@ -2480,7 +2480,7 @@
@ cdecl scalbnf(float long) MSVCRT__scalbf
@ cdecl scalbnl(double long) MSVCR120_scalbnl
@ stub set_terminate
@ stub set_unexpected
@ cdecl set_unexpected(ptr) MSVCRT_set_unexpected
@ cdecl setbuf(ptr ptr) MSVCRT_setbuf
@ cdecl -arch=arm,x86_64 -norelay -private setjmp(ptr) MSVCRT__setjmp
@ cdecl setlocale(long str) MSVCRT_setlocale

View File

@ -77,7 +77,7 @@
@ cdecl memcpy(ptr ptr long) ucrtbase.memcpy
@ cdecl memmove(ptr ptr long) ucrtbase.memmove
@ cdecl memset(ptr long long) ucrtbase.memset
@ stub set_unexpected
@ cdecl set_unexpected(ptr) ucrtbase.set_unexpected
@ cdecl strchr(str long) ucrtbase.strchr
@ cdecl strrchr(str long) ucrtbase.strrchr
@ cdecl strstr(str str) ucrtbase.strstr