From 7c9dcd4bba43f5ff489227abdb65790738a18af1 Mon Sep 17 00:00:00 2001
From: Ramiro Polla <ramiro.polla@gmail.com>
Date: Wed, 11 Jul 2007 13:50:59 +0000
Subject: [PATCH] Remove unnecessary MINGW ifdef. These were added for MSVC++,
 which is no longer supported.

Originally committed as revision 9595 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavutil/internal.h | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/libavutil/internal.h b/libavutil/internal.h
index 842c2600289..d6a6a9107c6 100644
--- a/libavutil/internal.h
+++ b/libavutil/internal.h
@@ -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)
-- 
GitLab