File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ typedef void (__cdecl *unexpected_handler)(void);
2424struct _EXCEPTION_POINTERS ;
2525typedef void (__cdecl * _se_translator_function )(unsigned int ,struct _EXCEPTION_POINTERS * );
2626
27- _CRTIMP __declspec(noreturn ) void __cdecl terminate (void );
27+ _CRTIMP __declspec(noreturn ) void __cdecl terminate (void ) throw () ;
2828_CRTIMP void __cdecl unexpected (void );
2929_CRTIMP int __cdecl _is_exception_typeof (const type_info & _Type ,struct _EXCEPTION_POINTERS * _ExceptionPtr );
30- _CRTIMP terminate_function __cdecl set_terminate (terminate_function _NewPtFunc );
30+ _CRTIMP terminate_function __cdecl set_terminate (terminate_function _NewPtFunc ) throw () ;
3131extern "C" _CRTIMP terminate_function __cdecl _get_terminate (void );
3232_CRTIMP unexpected_function __cdecl set_unexpected (unexpected_function _NewPtFunc );
3333extern "C" _CRTIMP unexpected_function __cdecl _get_unexpected (void );
You can’t perform that action at this time.
0 commit comments