diff --git a/deps/openssl/openssl/e_os.h b/deps/openssl/openssl/e_os.h index 832272e9866e90..5dbd31d71e9366 100644 --- a/deps/openssl/openssl/e_os.h +++ b/deps/openssl/openssl/e_os.h @@ -307,7 +307,7 @@ static __inline unsigned int _strlen31(const char *str) # undef isxdigit # endif # if defined(_MSC_VER) && !defined(_DLL) && defined(stdin) -# if _MSC_VER>=1300 +# if _MSC_VER>=1300 && _MSC_VER<1900 # undef stdin # undef stdout # undef stderr