mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 12:32:47 +00:00
Fixed compilation in environments where the native non-local goto isn't available
svn path=/trunk/; revision=9608
This commit is contained in:
parent
31af77a32a
commit
8a4f16c276
1 changed files with 2 additions and 1 deletions
|
@ -33,9 +33,10 @@
|
||||||
#define jmp_buf _SEHJmpBuf_t
|
#define jmp_buf _SEHJmpBuf_t
|
||||||
#else
|
#else
|
||||||
#include <setjmp.h>
|
#include <setjmp.h>
|
||||||
#include <stddef.h>
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
|
|
||||||
typedef struct __SEHFrame
|
typedef struct __SEHFrame
|
||||||
{
|
{
|
||||||
_SEHPortableFrame_t SEH_Header;
|
_SEHPortableFrame_t SEH_Header;
|
||||||
|
|
Loading…
Reference in a new issue