check_chain_extensions(): Add check that Basic Constraints of CA cert are marked...
[openssl.git] / e_os.h
diff --git a/e_os.h b/e_os.h
index d354c6950c219725bdab012db617f9d933a353f7..c035568464575684d711a759d3116a8048d94e7b 100644 (file)
--- a/e_os.h
+++ b/e_os.h
@@ -258,7 +258,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