From: panne Date: Mon, 20 Oct 2003 18:50:45 +0000 (+0000) Subject: [project @ 2003-10-20 18:50:45 by panne] X-Git-Tag: Approx_11550_changesets_converted~352 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=1820f42c87e521f5043fabf98d62c149c87282d8;p=ghc-hetmet.git [project @ 2003-10-20 18:50:45 by panne] Fixed previous commit. Negation is the root of all evil... :-) --- 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 *);