Fix the win32-foreign-stack-unwind test.

Hard code EH_UNWINDING if missing.
This commit is contained in:
Stas Boukarev 2017-12-07 00:14:50 +03:00
parent e0b52a26b7
commit ff47a6fe4b

View file

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