summaryrefslogtreecommitdiffstats
path: root/e_os.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2012-10-29 20:55:08 +0000
committerAndy Polyakov <appro@openssl.org>2012-10-29 20:55:08 +0000
commit866f1f41d1a438663f179aaee03921448e0d9c90 (patch)
treed49185f5e7ba5f6eb4a562c1633a8cb86a26596b /e_os.h
parent536a16435bab53bb454aed468776591f7e3c28a9 (diff)
e_os.h: keep stdin redifinitions to "normal" Windows.
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/e_os.h b/e_os.h
index c6c915c918..eaff717b2b 100644
--- 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