From 866f1f41d1a438663f179aaee03921448e0d9c90 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Mon, 29 Oct 2012 20:55:08 +0000 Subject: [PATCH 1/1] e_os.h: keep stdin redifinitions to "normal" Windows. --- e_os.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1