We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ee8a14 commit 7cf0d9cCopy full SHA for 7cf0d9c
deps/openssl/openssl/e_os.h
@@ -315,15 +315,15 @@ static __inline unsigned int _strlen31(const char *str)
315
# undef isxdigit
316
# endif
317
# if defined(_MSC_VER) && !defined(_DLL) && defined(stdin)
318
-# if _MSC_VER>=1300
+# if _MSC_VER>=1300 && _MSC_VER<1600
319
# undef stdin
320
# undef stdout
321
# undef stderr
322
FILE *__iob_func();
323
# define stdin (&__iob_func()[0])
324
# define stdout (&__iob_func()[1])
325
# define stderr (&__iob_func()[2])
326
-# elif defined(I_CAN_LIVE_WITH_LNK4049)
+# elif _MSC_VER<1300 && defined(I_CAN_LIVE_WITH_LNK4049)
327
328
329
0 commit comments