X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FSignals.h;h=bd24e5ae1ebd548cf32d387b70a19e62faef3ba0;hb=153b9cb9b11e05c4edb1b6bc0a7b972660e41f70;hp=b2b588bbdbc18d8cba68bf8a1582045e92be3147;hpb=77186ef4db545f7ce2040715300019ea09414c41;p=ghc-hetmet.git diff --git a/ghc/includes/Signals.h b/ghc/includes/Signals.h index b2b588b..bd24e5a 100644 --- a/ghc/includes/Signals.h +++ b/ghc/includes/Signals.h @@ -1,5 +1,4 @@ /* ----------------------------------------------------------------------------- - * $Id: Signals.h,v 1.1 2002/09/06 14:34:14 simonmar Exp $ * * (c) The GHC Team, 1998-2002 * @@ -14,8 +13,13 @@ #define STG_SIG_IGN (-2) #define STG_SIG_ERR (-3) #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