#include <windows.h>
#include <setjmp.h>
#include "seh.h"
Go to the source code of this file.
◆ faill
◆ finish
◆ startest
◆ main()
Definition at line 22 of file seh0024.c.
28 #if defined(_M_MRX000) || defined(_M_PPC) || defined(_ALPHA) 29 if (
setjmp(JumpBuffer) == 0)
31 if (_setjmp(JumpBuffer) == 0)
#define EXCEPTION_INT_OVERFLOW
int longjmp(jmp_buf buf, int retval)
VOID WINAPI RaiseException(IN DWORD dwExceptionCode, IN DWORD dwExceptionFlags, IN DWORD nNumberOfArguments, IN CONST ULONG_PTR *lpArguments OPTIONAL)
static LARGE_INTEGER Counter
◆ perfect
◆ test
char test[] = "SEH0024.c" |