moved MSVC strdup define to libssh2_config.h which we include already.

This commit is contained in:
Guenter Knauf
2010-06-10 02:31:48 +02:00
parent f682684fdd
commit 2c1c751ad1
2 changed files with 1 additions and 5 deletions

View File

@@ -26,6 +26,7 @@
#if _MSC_VER < 1500
#define vsnprintf _vsnprintf
#endif
#define strdup _strdup
#define strncasecmp _strnicmp
#define strcasecmp _stricmp
#else