e_os.h: keep stdin redifinitions to "normal" Windows.
This commit is contained in:
parent
536a16435b
commit
866f1f41d1
1 changed files with 1 additions and 1 deletions
2
e_os.h
2
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
|
||||
|
|
Loading…
Reference in a new issue