changeset 29557:a978b4d4a6d3

Don't use _MSDOS_H_ as a symbol, use MSDOS_H_ instead.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 11 Jun 2000 12:20:29 +0000
parents f973bf66d321
children 5ce16130658d
files src/msdos.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/msdos.h	Sun Jun 11 12:18:25 2000 +0000
+++ b/src/msdos.h	Sun Jun 11 12:20:29 2000 +0000
@@ -18,8 +18,8 @@
 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 @@
 
 #endif /* not HAVE_X_WINDOWS */
 
-#endif /* not _MSDOS_H_ */
+#endif /* not MSDOS_H_ */