Commit 4fe8b0cc authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

ucrtbase: Forward set_terminate().

parent 3e8a6836
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment