1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-19 10:22:27 +00:00

(EMACS_MSDOS_H): Renamed from MSDOS_H_.

This commit is contained in:
Eli Zaretskii 2000-06-13 11:06:12 +00:00
parent 6b567d50e7
commit 102f33d0f3

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 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 */