[project @ 2003-10-20 17:15:27 by sof]
[ghc-hetmet.git] / ghc / includes / Signals.h
index c6c74fd..4fe3ebb 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_TARGET_OS)
+extern int stg_InstallConsoleEvent(int action, StgStablePtr *handler);
+#else
 extern int stg_sig_install (int, int, StgStablePtr *, void *);
+#endif
 
 #endif // SIGNALS_H