Add a define for vsnprintf, similar to snprintf that is already there.
Bug: 1702156
This commit is contained in:
parent
8b4df6a9ab
commit
b12a16f89c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user