mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +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
|
||||
#else
|
||||
#include <setjmp.h>
|
||||
#include <stddef.h>
|
||||
#endif
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
typedef struct __SEHFrame
|
||||
{
|
||||
_SEHPortableFrame_t SEH_Header;
|
||||
|
|
Loading…
Reference in a new issue