e_os.h: keep stdin redifinitions to "normal" Windows.

This commit is contained in:
Andy Polyakov 2012-10-29 20:55:08 +00:00
parent 536a16435b
commit 866f1f41d1

2
e_os.h
View file

@ -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