X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fsyssignal.h;h=c2c8423e2a5780eae296e28c352c269e991a8b0b;hp=1a3de7bd3bf4c57bdb00d4b1cfc3801d79e54a3b;hb=716cfba952c1dc0d2cf5c968971f3780ba728a89;hpb=d74da9234cc42e8018b1500105c3892a5c46d5e3 diff --git a/src/syssignal.h b/src/syssignal.h index 1a3de7b..c2c8423 100644 --- a/src/syssignal.h +++ b/src/syssignal.h @@ -20,8 +20,8 @@ Boston, MA 02111-1307, USA. */ /* Synched up with: FSF 19.30. */ -#ifndef _XEMACS_SYSSIGNAL_H_ -#define _XEMACS_SYSSIGNAL_H_ +#ifndef INCLUDED_syssignal_h_ +#define INCLUDED_syssignal_h_ /* In the old world, one could not #include here. The party line was that that header should always be #included before , because @@ -234,7 +234,7 @@ extern CONST char *sys_siglist[]; SIGTYPE memory_warning_signal (int sig); #endif -#ifdef _WIN32 +#ifdef WINDOWSNT /* Prototypes for signal functions, see nt.c */ typedef void (__cdecl *msw_sighandler) (int); msw_sighandler msw_sigset (int sig, msw_sighandler handler); @@ -244,4 +244,4 @@ int msw_sigpause (int nsig); int msw_raise (int nsig); #endif /* _WIN32 */ -#endif /* _XEMACS_SYSSIGNAL_H_ */ +#endif /* INCLUDED_syssignal_h_ */