Enable ARM crypto extensions
[platform/upstream/openssl1.1.git] / e_os.h
diff --git a/e_os.h b/e_os.h
index b8c06d3..281cc9d 100644 (file)
--- a/e_os.h
+++ b/e_os.h
@@ -305,7 +305,7 @@ extern FILE *_imp___iob;
 # if defined(OPENSSL_SYS_WINDOWS)
 #  define strcasecmp _stricmp
 #  define strncasecmp _strnicmp
-#  if (_MSC_VER >= 1310)
+#  if (_MSC_VER >= 1310) && !defined(_WIN32_WCE)
 #   define open _open
 #   define fdopen _fdopen
 #   define close _close