mirror of
https://github.com/libssh2/libssh2.git
synced 2025-08-08 19:02:07 +03:00
Add a define for vsnprintf, similar to snprintf that is already there.
Bug: 1702156
This commit is contained in:
@@ -43,6 +43,7 @@ static inline int usleep(int udelay)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#define snprintf _snprintf
|
#define snprintf _snprintf
|
||||||
|
#define vsnprintf _vsnprintf
|
||||||
|
|
||||||
/* Compile in zlib support */
|
/* Compile in zlib support */
|
||||||
#define LIBSSH2_HAVE_ZLIB 1
|
#define LIBSSH2_HAVE_ZLIB 1
|
||||||
|
Reference in New Issue
Block a user