]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/string.h
Merge changes from CUPS 1.4svn-r8639.
[thirdparty/cups.git] / cups / string.h
index ac236a2b99ffcf2692acd792bc6a3a3eed36e0b4..d8bd8e3e2a4ab6c12961f994d7ea5e5b12c0d6d5 100644 (file)
@@ -48,8 +48,8 @@
  */
 
 #  if defined(WIN32) || defined(__EMX__)
-#    define strcasecmp stricmp
-#    define strncasecmp        strnicmp
+#    define strcasecmp _stricmp
+#    define strncasecmp        _strnicmp
 #  endif /* WIN32 || __EMX__ */