aboutsummaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/win32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/win32.h b/win32/win32.h
index 7991996db2..477937bbdd 100644
--- a/win32/win32.h
+++ b/win32/win32.h
@@ -157,6 +157,8 @@ struct timezone {
int tz_minuteswest;
int tz_dsttime;
};
+#undef isascii
+#define isascii __isascii
#endif
extern void NtInitialize(int *, char ***);
extern int rb_w32_cmdvector(const char *, char ***);