[project @ 2003-10-20 18:50:45 by panne]
authorpanne <unknown>
Mon, 20 Oct 2003 18:50:45 +0000 (18:50 +0000)
committerpanne <unknown>
Mon, 20 Oct 2003 18:50:45 +0000 (18:50 +0000)
Fixed previous commit. Negation is the root of all evil... :-)

ghc/includes/Signals.h

index 4fe3ebb..f977ae8 100644 (file)
@@ -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 *);