ucrtbase: Add __std_terminate export.
Signed-off-by: Piotr Caban <piotr@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
64728c618f
commit
776c840aa5
|
@ -45,7 +45,7 @@
|
|||
@ stub __report_gsfailure
|
||||
@ cdecl __std_exception_copy(ptr ptr) ucrtbase.__std_exception_copy
|
||||
@ cdecl __std_exception_destroy(ptr) ucrtbase.__std_exception_destroy
|
||||
@ cdecl __std_terminate() ucrtbase.terminate
|
||||
@ cdecl __std_terminate() ucrtbase.__std_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
|
||||
|
|
|
@ -142,6 +142,7 @@
|
|||
@ cdecl __setusermatherr(ptr)
|
||||
@ cdecl __std_exception_copy(ptr ptr)
|
||||
@ cdecl __std_exception_destroy(ptr)
|
||||
@ cdecl __std_terminate() terminate
|
||||
@ cdecl __std_type_info_compare(ptr ptr)
|
||||
@ cdecl __std_type_info_destroy_list(ptr)
|
||||
@ cdecl __std_type_info_hash(ptr)
|
||||
|
|
|
@ -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
|
||||
@ cdecl __std_terminate() ucrtbase.terminate
|
||||
@ cdecl __std_terminate() ucrtbase.__std_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
|
||||
|
|
Loading…
Reference in New Issue