[PATCH] ucrtbase: Hook up the terminate function

Martin Storsjo martin at martin.st
Wed Oct 28 04:18:14 CDT 2015


Signed-off-by: Martin Storsjo <martin at martin.st>
---
This wasn't hooked up immediately since the terminate function was
exported with a different name (with C++ name mangling) in the
earlier msvcrt versions.
---
 dlls/ucrtbase/ucrtbase.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/ucrtbase/ucrtbase.spec b/dlls/ucrtbase/ucrtbase.spec
index 0e1a191..6877bef 100644
--- a/dlls/ucrtbase/ucrtbase.spec
+++ b/dlls/ucrtbase/ucrtbase.spec
@@ -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
-- 
1.8.1.2




More information about the wine-patches mailing list