1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-07 10:04:15 +02:00

win32: added vsnprintf

Originally committed as revision 1518 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Fabrice Bellard 2003-01-28 14:37:44 +00:00
parent cb009a8cff
commit d44b50b0af

View File

@ -88,6 +88,7 @@ typedef INT64 int64_t;
# endif
# define snprintf _snprintf
# define vsnprintf _vsnprintf
/* CONFIG_WIN32 end */
#elif defined (CONFIG_OS2)