]> git.sur5r.net Git - openldap/blobdiff - include/ac/string.h
Added dnPretty2/dnNormalize2 using preallocated destination berval
[openldap] / include / ac / string.h
index 24fd9665577a66c78bd14b71fa747655df3ae08a..0b356638358089ef2c3cb085b41e028cda59ae86 100644 (file)
@@ -62,9 +62,11 @@ LDAP_F(char *) ldap_pvt_strtok LDAP_P(( char *str,
  * we need them declared so we can obtain pointers to them
  */
 
-/* In Mingw32, strcasecmp is not in the C library, so we don't LIBC_F it */
+/* we don't want these declared for Windows or Mingw */
+#ifndef _WIN32
 int (strcasecmp)();
 int (strncasecmp)();
+#endif
 
 #ifndef SAFEMEMCPY
 #      if defined( HAVE_MEMMOVE )