Piotr Caban : vcruntime140: Add __std_terminate implementation.
Module: wine Branch: master Commit: 08324e31e79c5d2c32392250659b6be500a5b408 URL: http://source.winehq.org/git/wine.git/?a=commit;h=08324e31e79c5d2c3239225065... Author: Piotr Caban <piotr(a)codeweavers.com> Date: Tue Nov 15 13:56:35 2016 -0600 vcruntime140: Add __std_terminate implementation. Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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
participants (1)
-
Alexandre Julliard