XEmacs 21.2.28 "Hermes".
[chise/xemacs-chise.git.1] / src / nt.h
index 89798e3..0f0faaa 100644 (file)
--- 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_ */