Originally committed as revision 5739 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2006-07-14 00:28:16 +00:00
parent 0339e2b49f
commit 29e4710a70
1 changed files with 8 additions and 8 deletions

View File

@ -180,16 +180,16 @@ typedef uint64_t uint_fast64_t;
#ifdef HAVE_AV_CONFIG_H #ifdef HAVE_AV_CONFIG_H
#ifdef __MINGW32__ #ifdef __MINGW32__
# ifdef _DEBUG # ifdef _DEBUG
# define DEBUG # define DEBUG
# endif # endif
# define snprintf _snprintf # define snprintf _snprintf
# define vsnprintf _vsnprintf # define vsnprintf _vsnprintf
# ifdef CONFIG_WINCE # ifdef CONFIG_WINCE
# define perror(a) # define perror(a)
# endif # endif
/* __MINGW32__ end */ /* __MINGW32__ end */
#elif defined (CONFIG_OS2) #elif defined (CONFIG_OS2)