Commit 662f62fa authored by Martin Storsjo's avatar Martin Storsjo Committed by Alexandre Julliard

ucrtbase: Hook up the terminate function.

parent 55149dc2
......@@ -104,4 +104,4 @@
@ cdecl strerror(long) ucrtbase.strerror
@ cdecl strerror_s(ptr long long) ucrtbase.strerror_s
@ cdecl system(str) ucrtbase.system
@ stub terminate
@ cdecl terminate() ucrtbase.terminate
......@@ -2532,7 +2532,7 @@
@ cdecl -arch=arm,x86_64 tanf(float) MSVCRT_tanf
@ cdecl tanh(double) MSVCRT_tanh
@ cdecl -arch=arm,x86_64 tanhf(float) MSVCRT_tanhf
@ stub terminate
@ cdecl terminate() MSVCRT_terminate
@ stub tgamma
@ stub tgammaf
@ stub tgammal
......
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