comparison 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
comparison
equal deleted inserted replaced
222:aae4c8b01452 223:2c611d1463a6
226 226
227 #ifdef SIGDANGER 227 #ifdef SIGDANGER
228 extern SIGTYPE memory_warning_signal (int sig); 228 extern SIGTYPE memory_warning_signal (int sig);
229 #endif 229 #endif
230 230
231 #ifdef _WIN32
232 /* Prototypes for signal functions, see nt.c */
233 typedef void (__cdecl *msw_sighandler) (int);
234 msw_sighandler msw_sigset (int sig, msw_sighandler handler);
235 int msw_sighold (int nsig);
236 int msw_sigrelse (int nsig);
237 int msw_sigpause (int nsig);
238 int msw_raise (int nsig);
239 #endif /* _WIN32 */
240
231 #endif /* _XEMACS_SYSSIGNAL_H_ */ 241 #endif /* _XEMACS_SYSSIGNAL_H_ */