mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
commit patch for compiling on mingw32
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user