Commit bda0650f authored by ramiro's avatar ramiro

Remove unnecessary MINGW ifdef.

These were added for MSVC++, which is no longer supported.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9595 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8e8d0c8c
......@@ -93,16 +93,6 @@
# define offsetof(T,F) ((unsigned int)((char *)&((T *)0)->F))
#endif
#ifdef __MINGW32__
# ifdef _DEBUG
# define DEBUG
# endif
# define snprintf _snprintf
# define vsnprintf _vsnprintf
#endif /* !__MINGW32__ */
#ifdef USE_FASTMEMCPY
# include "libvo/fastmemcpy.h"
# define memcpy(a,b,c) fast_memcpy(a,b,c)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment