fix for mingw32
authorJosh Coalson <jcoalson@users.sourceforce.net>
Thu, 28 Nov 2002 22:53:10 +0000 (22:53 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Thu, 28 Nov 2002 22:53:10 +0000 (22:53 +0000)
include/FLAC/ordinals.h.in

index 82dbdbf..297945c 100644 (file)
@@ -36,7 +36,7 @@ typedef int FLAC__bool;
 typedef signed char FLAC__int8;
 typedef unsigned char FLAC__uint8;
 
-#if defined _MSC_VER || defined __MINGW32__
+#if defined _MSC_VER
 typedef __int16 FLAC__int16;
 typedef __int32 FLAC__int32;
 typedef __int64 FLAC__int64;