From 1820f42c87e521f5043fabf98d62c149c87282d8 Mon Sep 17 00:00:00 2001 From: panne Date: Mon, 20 Oct 2003 18:50:45 +0000 Subject: [PATCH] [project @ 2003-10-20 18:50:45 by panne] Fixed previous commit. Negation is the root of all evil... :-) --- ghc/includes/Signals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *); -- 1.7.10.4