e_os.h: keep stdin redifinitions to "normal" Windows.
authorAndy Polyakov <appro@openssl.org>
Mon, 29 Oct 2012 20:55:08 +0000 (20:55 +0000)
committerAndy Polyakov <appro@openssl.org>
Mon, 29 Oct 2012 20:55:08 +0000 (20:55 +0000)
e_os.h

diff --git a/e_os.h b/e_os.h
index c6c915c9187f8f35cb98a8d987a38e19fd8b862f..eaff717b2b4257dabf97bbee11d503a2dd43fd7a 100644 (file)
--- a/e_os.h
+++ b/e_os.h
@@ -306,7 +306,7 @@ static unsigned int _strlen31(const char *str)
 #      undef isupper
 #      undef isxdigit
 #    endif
-#    if defined(_MSC_VER) && !defined(_DLL) && defined(stdin)
+#    if defined(_MSC_VER) && !defined(_WIN32_WCE) && !defined(_DLL) && defined(stdin)
 #      if _MSC_VER>=1300
 #        undef stdin
 #        undef stdout