mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Fix the win32-foreign-stack-unwind test.
Hard code EH_UNWINDING if missing.
This commit is contained in:
parent
e0b52a26b7
commit
ff47a6fe4b
|
|
@ -36,6 +36,11 @@
|
|||
|
||||
#include <setjmp.h>
|
||||
|
||||
#ifndef EH_UNWINDING
|
||||
#define EH_UNWINDING 0x02
|
||||
#define EH_EXIT_UNWIND 0x04
|
||||
#endif
|
||||
|
||||
/* The "public" API */
|
||||
|
||||
typedef void (*callback_ptr)(void);
|
||||
|
|
|
|||
Loading…
Reference in a new issue