Fixed compilation in environments where the native non-local goto isn't available

svn path=/trunk/; revision=9608
This commit is contained in:
KJK::Hyperion 2004-06-04 00:49:40 +00:00
parent 31af77a32a
commit 8a4f16c276

View file

@ -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;