changeset 29611:f39e60352427

(EMACS_MSDOS_H): Renamed from MSDOS_H_.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 13 Jun 2000 11:06:12 +0000
parents a66af23236bf
children d4871efe0496
files src/msdos.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/msdos.h	Tue Jun 13 11:01:50 2000 +0000
+++ b/src/msdos.h	Tue Jun 13 11:06:12 2000 +0000
@@ -18,8 +18,8 @@
 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
-#ifndef MSDOS_H_
-#define MSDOS_H_
+#ifndef EMACS_MSDOS_H
+#define EMACS_MSDOS_H
 
 #include <dpmi.h>
 
@@ -166,4 +166,4 @@
 
 #endif /* not HAVE_X_WINDOWS */
 
-#endif /* not MSDOS_H_ */
+#endif /* not EMACS_MSDOS_H */