summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/win32lib.h
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-07-25 13:28:19 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-07-25 13:28:19 +0000
commitf1615aae3ec6e6c8333f5c09987e5888bd5cd0c6 (patch)
tree2bb209aebad2c74b4e13625e3c81eaeba025e046 /Build/source/texk/kpathsea/win32lib.h
parent37cc6f55ef75c928d58cbe6ce9a1e92ba7db5905 (diff)
kpathsea: Minor changes to reduce diffs with W32TeX
git-svn-id: svn://tug.org/texlive/trunk@23219 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/win32lib.h')
-rw-r--r--Build/source/texk/kpathsea/win32lib.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/win32lib.h b/Build/source/texk/kpathsea/win32lib.h
index fdc1cd999c7..5578aed8770 100644
--- a/Build/source/texk/kpathsea/win32lib.h
+++ b/Build/source/texk/kpathsea/win32lib.h
@@ -50,7 +50,8 @@
/*This is not defined even if !__STDC__*/
#define snprintf _snprintf
-/*The gnu name is different*/
-#define strcasecmp stricmp
+/* The POSIX names are different */
+#define strcasecmp _stricmp
+#define strncasecmp _strnicmp
#endif