(Re-)Enable exception handling on cygwin

This commit is contained in:
amai 2018-04-03 00:41:13 +02:00
parent fe20a96013
commit dab99e83cd
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
#include <utility>
#include <vector>
#if !defined(NO_UNIX_SIGNAL_HANDLING) && defined(__GNUC__) && !defined(__CYGWIN__) && !defined(__MINGW32__) && !defined(__OS2__)
#if !defined(NO_UNIX_SIGNAL_HANDLING) && defined(__GNUC__) && !defined(__MINGW32__) && !defined(__OS2__)
#define USE_UNIX_SIGNAL_HANDLING
#include <unistd.h>
#if defined(__APPLE__)