|
@@ -318,8 +318,8 @@ static unsigned int _strlen31(const char *str)
|
|
# undef isupper
|
|
# undef isupper
|
|
# undef isxdigit
|
|
# undef isxdigit
|
|
# endif
|
|
# endif
|
|
-# if defined(_MSC_VER) && !defined(_DLL) && defined(stdin)
|
|
|
|
-# if _MSC_VER>=1300
|
|
|
|
|
|
+# if defined(_MSC_VER) && !defined(_WIN32_WCE) && !defined(_DLL) && defined(stdin)
|
|
|
|
+# if _MSC_VER>=1300 && _MSC_VER<1600
|
|
# undef stdin
|
|
# undef stdin
|
|
# undef stdout
|
|
# undef stdout
|
|
# undef stderr
|
|
# undef stderr
|
|
@@ -327,7 +327,7 @@ static unsigned int _strlen31(const char *str)
|
|
# define stdin (&__iob_func()[0])
|
|
# define stdin (&__iob_func()[0])
|
|
# define stdout (&__iob_func()[1])
|
|
# define stdout (&__iob_func()[1])
|
|
# define stderr (&__iob_func()[2])
|
|
# define stderr (&__iob_func()[2])
|
|
-# elif defined(I_CAN_LIVE_WITH_LNK4049)
|
|
|
|
|
|
+# elif _MSC_VER<1300 && defined(I_CAN_LIVE_WITH_LNK4049)
|
|
# undef stdin
|
|
# undef stdin
|
|
# undef stdout
|
|
# undef stdout
|
|
# undef stderr
|
|
# undef stderr
|