Commit 866f1f41 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

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

parent 536a1643
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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