Skip to content
Snippets Groups Projects
Commit 5028a37e authored by Ben Gamari's avatar Ben Gamari
Browse files

rts/win32: Add missing definition for EH_UNWINDING

This was taken from 5200bdeb on master.
parent 81996094
No related branches found
No related tags found
No related merge requests found
#include "ghcconfig.h" #include "ghcconfig.h"
#include "seh_excn.h" #include "seh_excn.h"
// this should be in <excpt.h>, but it's been removed from MinGW distributions
#ifndef EH_UNWINDING
#define EH_UNWINDING 0x02
#endif /* EH_UNWINDING */
/* /*
* Exception / signal handlers. * Exception / signal handlers.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment