From 102f33d0f32054f293d0268f502387e681c24178 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 13 Jun 2000 11:06:12 +0000 Subject: [PATCH] (EMACS_MSDOS_H): Renamed from MSDOS_H_. --- src/msdos.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/msdos.h b/src/msdos.h index 038ec6aabe4..7c67ba7cff4 100644 --- a/src/msdos.h +++ b/src/msdos.h @@ -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 @@ -166,4 +166,4 @@ void XMenuDestroy (Display *, XMenu *); #endif /* not HAVE_X_WINDOWS */ -#endif /* not MSDOS_H_ */ +#endif /* not EMACS_MSDOS_H */ -- 2.39.2