<strings.h> does not exist under WIN32.
[openssl.git] / crypto / o_str.c
index 2b4d0dcd5e37bb0e1c7fc2ace40d09e2f682e20d..59cc25094b5a7864f0a2f04f62f089cf00f782f6 100644 (file)
@@ -60,7 +60,7 @@
 #include <e_os.h>
 #include "o_str.h"
 
-#ifndef OPENSSL_IMPLEMENTS_strncasecmp
+#if !defined(OPENSSL_IMPLEMENTS_strncasecmp) && !defined(OPENSSL_SYSNAME_WIN32)
 # include <strings.h>
 #endif