Skip to content

Commit a9080f8

Browse files
committed
1 parent 6f2fc3f commit a9080f8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

vendor/libssh2/win32/libssh2_config.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,15 @@
2424
#define HAVE_SELECT
2525

2626
#ifdef _MSC_VER
27+
#if _MSC_VER < 1900
2728
#define snprintf _snprintf
2829
#if _MSC_VER < 1500
2930
#define vsnprintf _vsnprintf
3031
#endif
3132
#define strdup _strdup
3233
#define strncasecmp _strnicmp
3334
#define strcasecmp _stricmp
35+
#endif
3436
#else
3537
#ifndef __MINGW32__
3638
#define strncasecmp strnicmp

0 commit comments

Comments
 (0)