diff src/syssignal.h @ 223:2c611d1463a6 r20-4b10

Import from CVS: tag r20-4b10
author cvs
date Mon, 13 Aug 2007 10:10:54 +0200
parents 41ff10fd062f
children c5d627a313b1
line wrap: on
line diff
--- a/src/syssignal.h	Mon Aug 13 10:10:03 2007 +0200
+++ b/src/syssignal.h	Mon Aug 13 10:10:54 2007 +0200
@@ -228,4 +228,14 @@
 extern SIGTYPE memory_warning_signal (int sig);
 #endif
 
+#ifdef _WIN32
+/* Prototypes for signal functions, see nt.c */
+typedef void (__cdecl *msw_sighandler) (int);
+msw_sighandler msw_sigset (int sig, msw_sighandler handler);
+int msw_sighold (int nsig);
+int msw_sigrelse (int nsig);
+int msw_sigpause (int nsig);
+int msw_raise (int nsig);
+#endif /* _WIN32 */
+
 #endif /* _XEMACS_SYSSIGNAL_H_ */