From e21519280b3c3e0b264632fd72ce503a9d9ced73 Mon Sep 17 00:00:00 2001 From: aSoujyuTanaka Date: Sun, 12 Apr 2020 04:10:57 +0900 Subject: Enable WinCE build without deceiving _MSC_VER. Reviewed-by: Mark J. Cox Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/11526) (cherry picked from commit c35b8535768e22cd3b7743f4887a72e53a621a5f) --- e_os.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'e_os.h') diff --git a/e_os.h b/e_os.h index 34223a0bcd..9af7f3758d 100644 --- a/e_os.h +++ b/e_os.h @@ -308,7 +308,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 -- cgit v1.2.3