X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FSignals.h;h=f977ae8d62664bd5628d6e2aafeb9b9a8fc1d447;hb=8af72d7ed742716ba3d95d0bfa0810ecea78a300;hp=4fe3ebb65ebec2b990db54965444767cda788ea7;hpb=d0c6e4ecff3276cdd91b4d66dbb85084aaf8d5c8;p=ghc-hetmet.git diff --git a/ghc/includes/Signals.h b/ghc/includes/Signals.h index 4fe3ebb..f977ae8 100644 --- a/ghc/includes/Signals.h +++ b/ghc/includes/Signals.h @@ -15,7 +15,7 @@ #define STG_SIG_HAN (-4) #define STG_SIG_RST (-5) -#if !defined(mingw32_TARGET_OS) +#if defined(mingw32_TARGET_OS) extern int stg_InstallConsoleEvent(int action, StgStablePtr *handler); #else extern int stg_sig_install (int, int, StgStablePtr *, void *);