aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2010-05-10 13:18:16 +0200
committerAndreas Schneider <mail@cynapses.org>2010-05-10 13:18:16 +0200
commitb28fb6654ce8401aad26e0ae73f49f5fb937786f (patch)
treee0c859223f0e30261e5ff5bf3cb5cf7402873cff
parent9294c3284c4a656ad0f7d0f04c8760e23382e80b (diff)
downloadlibssh-b28fb6654ce8401aad26e0ae73f49f5fb937786f.tar.gz
libssh-b28fb6654ce8401aad26e0ae73f49f5fb937786f.tar.xz
libssh-b28fb6654ce8401aad26e0ae73f49f5fb937786f.zip
Fixed a MSVC build error.
-rw-r--r--include/libssh/priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libssh/priv.h b/include/libssh/priv.h
index a3342816..29795c35 100644
--- a/include/libssh/priv.h
+++ b/include/libssh/priv.h
@@ -34,6 +34,7 @@
#ifdef _MSC_VER
#undef snprintf
+#undef vsnprintf
#undef strtok_r
/** Imitate define of inttypes.h */