]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - vcnet/config.h
Fix build issues, add missing files.
[thirdparty/cups.git] / vcnet / config.h
index bf7a4cd725e313eb89834c3f87c933559771e06f..d7b62d65e1a9c3850f5cda8561a1052e60799911 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Configuration file for CUPS on Windows.
  *
- * Copyright 2007-2017 by Apple Inc.
+ * Copyright 2007-2018 by Apple Inc.
  * Copyright 1997-2007 by Easy Software Products.
  *
  * Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
 
 
 /*
- * Map the POSIX strcasecmp() and strncasecmp() functions to the Win32 stricmp()
- * and strnicmp() functions...
+ * Map the POSIX strcasecmp() and strncasecmp() functions to the Win32 _stricmp()
+ * and _strnicmp() functions...
  */
 
-#define strcasecmp     stricmp
-#define strncasecmp    strnicmp
+#define strcasecmp     _stricmp
+#define strncasecmp    _strnicmp
 
 
 /*