X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fnt.h;h=0f0faaae9e50bae9f79905787135f7515f31c9d0;hp=8c97e6484e61aa49ebe3317ef2f9fe9fe1cdd801;hb=716cfba952c1dc0d2cf5c968971f3780ba728a89;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910 diff --git a/src/nt.h b/src/nt.h index 8c97e64..0f0faaa 100644 --- a/src/nt.h +++ b/src/nt.h @@ -1,6 +1,3 @@ -#ifndef _NT_H_ -#define _NT_H_ - /* Support routines for the NT version of XEmacs. Copyright (C) 1994 Free Software Foundation, Inc. @@ -26,6 +23,9 @@ Boston, MA 02111-1307, USA. */ /* #define FULL_DEBUG */ +#ifndef INCLUDED_nt_h_ +#define INCLUDED_nt_h_ + #ifdef DEBUG_XEMACS #define DebPrint(stuff) _DebPrint stuff #else @@ -34,6 +34,9 @@ Boston, MA 02111-1307, USA. */ #define R_OK 4 #define W_OK 2 +#ifdef X_OK +#undef X_OK +#endif #define X_OK 1 #define F_OK 0 @@ -147,4 +150,4 @@ time_t convert_time (FILETIME ft); extern void init_ntproc (); extern void term_ntproc (); -#endif /* _NT_H_ */ +#endif /* INCLUDED_nt_h_ */