MSC_VER <= 1200 isn't supported; remove dead code
[openssl.git] / e_os.h
diff --git a/e_os.h b/e_os.h
index 5f4ba3e9b24840b2e3f44ee0c38a0a80ac41e9d7..2310e32c84b6c5d418e1dca23e741e1d3e73ff2e 100644 (file)
--- a/e_os.h
+++ b/e_os.h
@@ -196,14 +196,6 @@ static __inline unsigned int _strlen31(const char *str)
 }
 #   endif
 #   include <malloc.h>
-#   if defined(_MSC_VER) && _MSC_VER<=1200 && defined(_MT) && defined(isspace)
-       /* compensate for bug in VC6 ctype.h */
-#    undef isspace
-#    undef isdigit
-#    undef isalnum
-#    undef isupper
-#    undef isxdigit
-#   endif
 #   if defined(_MSC_VER) && !defined(_WIN32_WCE) && !defined(_DLL) && defined(stdin)
 #    if _MSC_VER>=1300 && _MSC_VER<1600
 #     undef stdin