22 #ifndef __WINE_USE_MSVCRT 23 #define __WINE_USE_MSVCRT 26 #if !defined(__cplusplus) && !defined(USE_MSVCRT_PREFIX) 27 #error "eh.h is meant only for C++ applications" 31 # ifdef USE_MSVCRT_PREFIX 32 # define MSVCRT(x) MSVCRT_##x
void(__cdecl * unexpected_handler)(void)
static struct _test_info info[]
_CRTIMP _se_translator_function __cdecl _set_se_translator(_se_translator_function _NewPtFunc)
void MSVCRT() terminate()
void(__cdecl * unexpected_function)(void)
void(__cdecl * terminate_function)(void)
void(* _se_translator_function)(unsigned int code, struct _EXCEPTION_POINTERS *info)
_CRTIMP void __cdecl unexpected(void)
_CRTIMP terminate_function __cdecl set_terminate(terminate_function _NewPtFunc)
typedef void(__cdecl *_se_translator_function)(unsigned int
void(__cdecl * terminate_handler)(void)
_CRTIMP unexpected_function __cdecl set_unexpected(unexpected_function _NewPtFunc)