Don't use _MSDOS_H_ as a symbol, use MSDOS_H_ instead.

This commit is contained in:
Eli Zaretskii 2000-06-11 12:21:13 +00:00
parent db8eeecd16
commit ff96b5f449
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2000-06-11 Eli Zaretskii <eliz@is.elta.co.il>
* msdos.h: Don't use _MSDOS_H_ as a symbol, use MSDOS_H_ instead.
2000-06-11 Gerd Moellmann <gerd@gnu.org>
* xmenu.c (xmenu_show): Case second parameter of lw_popup_menu

View 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 MSDOS_H_
#define MSDOS_H_
#include <dpmi.h>
@ -166,4 +166,4 @@ void XMenuDestroy (Display *, XMenu *);
#endif /* not HAVE_X_WINDOWS */
#endif /* not _MSDOS_H_ */
#endif /* not MSDOS_H_ */