From: Eli Zaretskii Date: Tue, 13 Jun 2000 11:06:12 +0000 (+0000) Subject: (EMACS_MSDOS_H): Renamed from MSDOS_H_. X-Git-Tag: emacs-pretest-21.0.90~3354 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=102f33d0f32054f293d0268f502387e681c24178;p=emacs.git (EMACS_MSDOS_H): Renamed from MSDOS_H_. --- 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 */