summaryrefslogtreecommitdiffstats
path: root/e_os.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2012-10-29 22:29:29 +0000
committerAndy Polyakov <appro@openssl.org>2012-10-29 22:29:29 +0000
commit02620cfcd5a6ce11022f73f56698e23ac1c5aee6 (patch)
tree1d63cbaed730f99a3c031c531e76a2acae41db9b /e_os.h
parent74daafaa94b88597b2568e8e9ea23d3723b52c3a (diff)
Cumulative updates from HEAD.
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 79c1392573..c965541a56 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