ReactOS 0.4.15-dev-7953-g1f49173
eh.h
Go to the documentation of this file.
1
6#include <crtdefs.h>
7
8#ifndef _EH_H_
9#define _EH_H_
10
11#ifndef RC_INVOKED
12
13#pragma pack(push,_CRT_PACKING)
14
15#ifndef __cplusplus
16#error eh.h is only for C++!
17#endif
18
23
26
27_CRTIMP __declspec(noreturn) void __cdecl terminate(void);
29_CRTIMP int __cdecl _is_exception_typeof(const type_info &_Type,struct _EXCEPTION_POINTERS *_ExceptionPtr);
36
37#pragma pack(pop)
38#endif
39#endif /* End _EH_H_ */
40
#define __cdecl
Definition: accygwin.h:79
#define _CRTIMP
Definition: crtdefs.h:72
unsigned int(__cdecl typeof(jpeg_read_scanlines))(struct jpeg_decompress_struct *
Definition: typeof.h:31
_CRTIMP bool __cdecl __uncaught_exception(void)
_CRTIMP __declspec(noreturn) void __cdecl terminate(void)
Definition: noreturn.cpp:19
_CRTIMP void __cdecl unexpected(void)
_CRTIMP unexpected_function __cdecl set_unexpected(unexpected_function _NewPtFunc)
_CRTIMP _se_translator_function __cdecl _set_se_translator(_se_translator_function _NewPtFunc)
_CRTIMP terminate_function __cdecl _get_terminate(void)
void(__cdecl * _se_translator_function)(unsigned int, struct _EXCEPTION_POINTERS *)
Definition: eh.h:25
_CRTIMP unexpected_function __cdecl _get_unexpected(void)
void(__cdecl * terminate_handler)(void)
Definition: eh.h:20
void(__cdecl * unexpected_function)(void)
Definition: eh.h:21
void(__cdecl * unexpected_handler)(void)
Definition: eh.h:22
_CRTIMP int __cdecl _is_exception_typeof(const type_info &_Type, struct _EXCEPTION_POINTERS *_ExceptionPtr)
void(__cdecl * terminate_function)(void)
Definition: eh.h:19
_CRTIMP terminate_function __cdecl set_terminate(terminate_function _NewPtFunc)
void MSVCRT() terminate()