summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2003-01-28 14:37:44 +0000
committerFabrice Bellard <fabrice@bellard.org>2003-01-28 14:37:44 +0000
commitd44b50b0af724a37e6a2df7ba2c075d1f14fe818 (patch)
tree7da2aac8341252c43407215e8a880024e20b9176 /libavcodec
parentcb009a8cffc645c895e842c951ce771f0651bab3 (diff)
win32: added vsnprintf
Originally committed as revision 1518 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/common.h b/libavcodec/common.h
index dadc184447..e2bec49218 100644
--- a/libavcodec/common.h
+++ b/libavcodec/common.h
@@ -88,6 +88,7 @@ typedef INT64 int64_t;
# endif
# define snprintf _snprintf
+# define vsnprintf _vsnprintf
/* CONFIG_WIN32 end */
#elif defined (CONFIG_OS2)