From de29cd0875d5617ba02dadd2f18c98418ed8f423 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Fri, 1 Nov 2002 04:27:16 +0000 Subject: [PATCH] *** empty log message *** --- src/plugin_common/dither.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin_common/dither.c b/src/plugin_common/dither.c index 4a54e2d..8d70221 100644 --- a/src/plugin_common/dither.c +++ b/src/plugin_common/dither.c @@ -29,7 +29,7 @@ #define max(a,b) ((a)>(b)?(a):(b)) -#if defined _MSC_VER || defined __MINGW32__ +#if defined _MSC_VER #define FLAC__INLINE __inline #else #define FLAC__INLINE -- 2.7.4