diff src/nt.h @ 440:8de8e3f6228a r21-2-28

Import from CVS: tag r21-2-28
author cvs
date Mon, 13 Aug 2007 11:33:38 +0200
parents 3ecd8885ac67
children abe6d1db359e
line wrap: on
line diff
--- a/src/nt.h	Mon Aug 13 11:32:27 2007 +0200
+++ b/src/nt.h	Mon Aug 13 11:33:38 2007 +0200
@@ -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 @@
 
 /* #define FULL_DEBUG */
 
+#ifndef INCLUDED_nt_h_
+#define INCLUDED_nt_h_
+
 #ifdef DEBUG_XEMACS
 #define DebPrint(stuff) _DebPrint stuff
 #else
@@ -150,4 +150,4 @@
 extern void init_ntproc ();
 extern void term_ntproc ();
 
-#endif /* _NT_H_ */
+#endif /* INCLUDED_nt_h_ */