Martin Storsjo : ucrtbase: Hook up the terminate function.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Oct 29 09:32:12 CDT 2015


Module: wine
Branch: master
Commit: 662f62faa949c8c7c2b26f29403cf8cae12557a9
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=662f62faa949c8c7c2b26f29403cf8cae12557a9

Author: Martin Storsjo <martin at martin.st>
Date:   Wed Oct 28 11:39:11 2015 +0200

ucrtbase: Hook up the terminate function.

Signed-off-by: Martin Storsjo <martin at martin.st>
Signed-off-by: Piotr Caban <piotr at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/api-ms-win-crt-runtime-l1-1-0/api-ms-win-crt-runtime-l1-1-0.spec | 2 +-
 dlls/ucrtbase/ucrtbase.spec                                           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/api-ms-win-crt-runtime-l1-1-0/api-ms-win-crt-runtime-l1-1-0.spec b/dlls/api-ms-win-crt-runtime-l1-1-0/api-ms-win-crt-runtime-l1-1-0.spec
index 2f0bb33..d52b81b 100644
--- a/dlls/api-ms-win-crt-runtime-l1-1-0/api-ms-win-crt-runtime-l1-1-0.spec
+++ b/dlls/api-ms-win-crt-runtime-l1-1-0/api-ms-win-crt-runtime-l1-1-0.spec
@@ -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
diff --git a/dlls/ucrtbase/ucrtbase.spec b/dlls/ucrtbase/ucrtbase.spec
index c19c864..067ab23 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




More information about the wine-cvs mailing list