fix for mingw32

This commit is contained in:
Josh Coalson 2002-11-28 22:53:10 +00:00
parent d7fa6ab5b1
commit 1a9869ecb5

View 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;