From b7cc9dffacab3c9abb0acd059df72a2136e0eda0 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sun, 7 Oct 2007 14:34:59 +0000 Subject: Addendum to commit #16651. --- e_os.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'e_os.h') diff --git a/e_os.h b/e_os.h index a969479ae9..04bff2af14 100644 --- a/e_os.h +++ b/e_os.h @@ -293,6 +293,14 @@ static unsigned int _strlen31(const char *str) } # endif # include +# if defined(_MSC_VER) && _MSC_VER<=1200 && defined(_MT) && defined(isspace) + /* compensate for bug is VC6 ctype.h */ +# undef isspace +# undef isdigit +# undef isalnum +# undef isupper +# undef isxdigit +# endif # endif # include # include -- cgit v1.2.3