From: Andy Polyakov Date: Mon, 29 Oct 2012 20:55:08 +0000 (+0000) Subject: e_os.h: keep stdin redifinitions to "normal" Windows. X-Git-Tag: master-post-reformat~1641 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=866f1f41d1a438663f179aaee03921448e0d9c90;p=oweals%2Fopenssl.git e_os.h: keep stdin redifinitions to "normal" Windows. --- 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