summaryrefslogtreecommitdiff
path: root/win32/win32.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-05-06 08:31:50 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-05-06 08:31:50 +0000
commite8505b64725b10f92e828d289ad0995bb23c1c8a (patch)
tree5c256f0d6b5f496ef0b348c4d3ebdb2988ba7e2b /win32/win32.h
parentcae09e71e575608c039212d8b1273bd14695f88c (diff)
small fixes
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_3@457 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32/win32.h')
-rw-r--r--win32/win32.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/win32.h b/win32/win32.h
index 8304946eaf..b5933a6e02 100644
--- a/win32/win32.h
+++ b/win32/win32.h
@@ -148,7 +148,8 @@
#define snprintf _snprintf
#define popen _popen
#define pclose _pclose
-#define strcasecmp _strcmpi
+#define strcasecmp _stricmp
+#define strncasecmp _strnicmp
/* these are defined in nt.c */