Browse Source

win32: added vsnprintf

Originally committed as revision 1518 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Fabrice Bellard 23 years ago
parent
commit
d44b50b0af
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/common.h

+ 1
- 0
libavcodec/common.h View File

@@ -88,6 +88,7 @@ typedef INT64 int64_t;
# endif # endif


# define snprintf _snprintf # define snprintf _snprintf
# define vsnprintf _vsnprintf


/* CONFIG_WIN32 end */ /* CONFIG_WIN32 end */
#elif defined (CONFIG_OS2) #elif defined (CONFIG_OS2)


Loading…
Cancel
Save