]> git.eshelyaron.com Git - emacs.git/commitdiff
(EMACS_MSDOS_H): Renamed from MSDOS_H_.
authorEli Zaretskii <eliz@gnu.org>
Tue, 13 Jun 2000 11:06:12 +0000 (11:06 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 13 Jun 2000 11:06:12 +0000 (11:06 +0000)
src/msdos.h

index 038ec6aabe48827a7896e45cb2450dfdd6fe2377..7c67ba7cff4ed0599141b24c47a8b6c81737d092 100644 (file)
@@ -18,8 +18,8 @@ along with GNU Emacs; see the file COPYING.  If not, write to
 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 @@ void XMenuDestroy (Display *, XMenu *);
 
 #endif /* not HAVE_X_WINDOWS */
 
-#endif /* not MSDOS_H_ */
+#endif /* not EMACS_MSDOS_H */