ReactOS
0.4.16-dev-456-ga97fcf1
setjmpex.h
Go to the documentation of this file.
1
6
#ifndef _INC_SETJMPEX
7
#define _INC_SETJMPEX
8
9
#ifndef _WIN32
10
#error Only Win32 target is supported!
11
#endif
12
13
#if (defined(_X86_) && !defined(__x86_64))
14
__declspec
(noreturn)
__MINGW_NOTHROW
void
__cdecl
_longjmpex(
jmp_buf
_Buf,
int
_Value
);
15
#define setjmp _setjmp
16
#define longjmp _longjmpex
17
#else
18
#ifdef setjmp
19
#undef setjmp
20
#endif
21
#define setjmp _setjmpex
22
#endif
23
24
#include <
setjmp.h
>
25
#endif
__MINGW_NOTHROW
#define __MINGW_NOTHROW
Definition:
_mingw.h:156
__cdecl
#define __cdecl
Definition:
accygwin.h:79
__declspec
__declspec(noinline)
Definition:
floatconv.c:47
setjmp.h
_Value
int _Value
Definition:
setjmp.h:214
jmp_buf
_JBTYPE jmp_buf[_JBLEN]
Definition:
setjmp.h:186
sdk
include
vcruntime
setjmpex.h
Generated on Mon Jan 13 2025 06:12:51 for ReactOS by
1.9.6