moved MSVC strdup define to libssh2_config.h which we include already.
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#if _MSC_VER < 1500
|
||||
#define vsnprintf _vsnprintf
|
||||
#endif
|
||||
#define strdup _strdup
|
||||
#define strncasecmp _strnicmp
|
||||
#define strcasecmp _stricmp
|
||||
#else
|
||||
|
Reference in New Issue
Block a user