Piotr Caban : vcruntime140: Add __std_terminate implementation.

Alexandre Julliard julliard at winehq.org
Tue Nov 15 17:56:16 CST 2016


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

Author: Piotr Caban <piotr at codeweavers.com>
Date:   Tue Nov 15 13:56:35 2016 -0600

vcruntime140: Add __std_terminate implementation.

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

---

 dlls/vcruntime140/vcruntime140.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/vcruntime140/vcruntime140.spec b/dlls/vcruntime140/vcruntime140.spec
index ca9368c..b91d976 100644
--- a/dlls/vcruntime140/vcruntime140.spec
+++ b/dlls/vcruntime140/vcruntime140.spec
@@ -38,7 +38,7 @@
 @ stub __report_gsfailure
 @ cdecl __std_exception_copy(ptr ptr) ucrtbase.__std_exception_copy
 @ cdecl __std_exception_destroy(ptr) ucrtbase.__std_exception_destroy
-@ stub __std_terminate
+@ cdecl __std_terminate() ucrtbase.terminate
 @ cdecl __std_type_info_compare(ptr ptr) ucrtbase.__std_type_info_compare
 @ cdecl __std_type_info_destroy_list(ptr) ucrtbase.__std_type_info_destroy_list
 @ cdecl __std_type_info_hash(ptr) ucrtbase.__std_type_info_hash




More information about the wine-cvs mailing list