Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit 7cf0d9c

Browse files
Andy Polyakovjoaocgreis
authored andcommitted
1 parent 9ee8a14 commit 7cf0d9c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deps/openssl/openssl/e_os.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,15 +315,15 @@ static __inline unsigned int _strlen31(const char *str)
315315
# undef isxdigit
316316
# endif
317317
# if defined(_MSC_VER) && !defined(_DLL) && defined(stdin)
318-
# if _MSC_VER>=1300
318+
# if _MSC_VER>=1300 && _MSC_VER<1600
319319
# undef stdin
320320
# undef stdout
321321
# undef stderr
322322
FILE *__iob_func();
323323
# define stdin (&__iob_func()[0])
324324
# define stdout (&__iob_func()[1])
325325
# define stderr (&__iob_func()[2])
326-
# elif defined(I_CAN_LIVE_WITH_LNK4049)
326+
# elif _MSC_VER<1300 && defined(I_CAN_LIVE_WITH_LNK4049)
327327
# undef stdin
328328
# undef stdout
329329
# undef stderr

0 commit comments

Comments
 (0)