commit patch for compiling on mingw32

This commit is contained in:
Josh Coalson
2001-11-13 21:37:04 +00:00
parent 8c9808fa7c
commit 40333b13c1
10 changed files with 20 additions and 20 deletions

View File

@@ -34,7 +34,7 @@ typedef int FLAC__bool;
typedef signed char FLAC__int8;
typedef unsigned char FLAC__uint8;
#ifdef _MSC_VER
#if defined _MSC_VER || defined __MINGW32__
typedef __int16 FLAC__int16;
typedef __int32 FLAC__int32;
typedef __int64 FLAC__int64;