1
0
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:
James Housley
2007-06-10 11:16:36 +00:00
parent 8b4df6a9ab
commit b12a16f89c

View File

@@ -43,6 +43,7 @@ static inline int usleep(int udelay)
}
#define snprintf _snprintf
#define vsnprintf _vsnprintf
/* Compile in zlib support */
#define LIBSSH2_HAVE_ZLIB 1