[project @ 2005-01-28 12:55:17 by simonmar]
[ghc-hetmet.git] / ghc / includes / Signals.h
index c6c74fd..bd24e5a 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Signals.h,v 1.2 2002/12/05 14:20:55 stolz Exp $
  *
  * (c) The GHC Team, 1998-2002
  *
 #define STG_SIG_HAN  (-4)
 #define STG_SIG_RST  (-5)
 
+#if defined(mingw32_HOST_OS)
+extern int stg_InstallConsoleEvent(int action, StgStablePtr *handler);
+#else
 extern int stg_sig_install (int, int, StgStablePtr *, void *);
+#endif
 
 #endif // SIGNALS_H