mirror of https://git.ffmpeg.org/ffmpeg.git
win32: added vsnprintf
Originally committed as revision 1518 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
cb009a8cff
commit
d44b50b0af
|
@ -88,6 +88,7 @@ typedef INT64 int64_t;
|
|||
# endif
|
||||
|
||||
# define snprintf _snprintf
|
||||
# define vsnprintf _vsnprintf
|
||||
|
||||
/* CONFIG_WIN32 end */
|
||||
#elif defined (CONFIG_OS2)
|
||||
|
|
Loading…
Reference in New Issue