X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fnt.h;h=0f0faaae9e50bae9f79905787135f7515f31c9d0;hp=89798e3c20317cb8a1a9b93f06291f5b3ee44e8e;hb=716cfba952c1dc0d2cf5c968971f3780ba728a89;hpb=d74da9234cc42e8018b1500105c3892a5c46d5e3 diff --git a/src/nt.h b/src/nt.h index 89798e3..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 @@ -150,4 +150,4 @@ time_t convert_time (FILETIME ft); extern void init_ntproc (); extern void term_ntproc (); -#endif /* _NT_H_ */ +#endif /* INCLUDED_nt_h_ */