projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb009a8
)
win32: added vsnprintf
author
Fabrice Bellard
<fabrice@bellard.org>
Tue, 28 Jan 2003 14:37:44 +0000
(14:37 +0000)
committer
Fabrice Bellard
<fabrice@bellard.org>
Tue, 28 Jan 2003 14:37:44 +0000
(14:37 +0000)
Originally committed as revision 1518 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/common.h
patch
|
blob
|
history
diff --git
a/libavcodec/common.h
b/libavcodec/common.h
index
dadc184
..
e2bec49
100644
(file)
--- 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)