Commit d44b50b0 authored by Fabrice Bellard's avatar Fabrice Bellard

win32: added vsnprintf

Originally committed as revision 1518 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent cb009a8c
......@@ -88,6 +88,7 @@ typedef INT64 int64_t;
# endif
# define snprintf _snprintf
# define vsnprintf _vsnprintf
/* CONFIG_WIN32 end */
#elif defined (CONFIG_OS2)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment