aboutsummaryrefslogtreecommitdiffstats
path: root/mbsupport.h
diff options
context:
space:
mode:
Diffstat (limited to 'mbsupport.h')
-rw-r--r--mbsupport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbsupport.h b/mbsupport.h
index db6788ce..1eb1a444 100644
--- a/mbsupport.h
+++ b/mbsupport.h
@@ -71,7 +71,7 @@
/* All this glop is for dfa.c. Bleah. */
-#ifndef DJGPP
+#ifndef __DJGPP__
#define wchar_t char
#endif
@@ -81,7 +81,7 @@
#define WEOF EOF
#define towupper toupper
#define towlower tolower
-#ifndef DJGPP
+#ifndef __DJGPP__
#define btowc(x) ((int)x)
#endif
#define iswalnum isalnum