changeset 363:486d6f63fa10 libavutil

Remove unnecessary MINGW ifdef. These were added for MSVC++, which is no longer supported.
author ramiro
date Wed, 11 Jul 2007 13:50:59 +0000
parents 3629b1fbe4e6
children d83531dda292
files internal.h
diffstat 1 files changed, 0 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/internal.h	Wed Jul 11 13:44:50 2007 +0000
+++ b/internal.h	Wed Jul 11 13:50:59 2007 +0000
@@ -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)