We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e57e40 commit f0b22dfCopy full SHA for f0b22df
1 file changed
vendor/libssh2/win32/libssh2_config.h
@@ -23,6 +23,7 @@
23
#define HAVE_SELECT
24
25
#ifdef _MSC_VER
26
+#if _MSC_VER < 1900
27
#define snprintf _snprintf
28
#if _MSC_VER < 1500
29
#define vsnprintf _vsnprintf
@@ -33,10 +34,10 @@
33
34
#else
35
#define strncasecmp strnicmp
36
#define strcasecmp stricmp
37
+#endif
38
#endif /* _MSC_VER */
39
40
/* Enable newer diffie-hellman-group-exchange-sha1 syntax */
41
#define LIBSSH2_DH_GEX_NEW 1
42
43
#endif /* LIBSSH2_CONFIG_H */
-
0 commit comments