Skip to content

Commit

Permalink
openssl: fix unsupported __iob_func in MSVS 2015
Browse files Browse the repository at this point in the history
Fix applied for MSVC++ 7.0 now apparently unnecessary for
Visual Studio 2015
  • Loading branch information
rvagg committed Jan 19, 2015
1 parent af453fa commit 7b66043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/openssl/openssl/e_os.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b66043

Please sign in to comment.