diff --git a/ThirdParty/BASS/libunmo3.dylib b/ThirdParty/BASS/libunmo3.dylib index 67e9ced3b..b9718f144 100755 Binary files a/ThirdParty/BASS/libunmo3.dylib and b/ThirdParty/BASS/libunmo3.dylib differ diff --git a/ThirdParty/BASS/unmo3.h b/ThirdParty/BASS/unmo3.h index 88a2c114f..cc1d0f948 100755 --- a/ThirdParty/BASS/unmo3.h +++ b/ThirdParty/BASS/unmo3.h @@ -14,13 +14,13 @@ extern "C" { #endif // Get the UNMO3 library version -DWORD WINAPI UNMO3_GetVersion(); +unsigned WINAPI UNMO3_GetVersion(); // Decode a MO3 file // in: data/len = MO3 data/len // out: data/len = decoded data/len (if successful) // return: 0 = Success, 2 = It isn't a MO3 file, 3 = There was a problem decoding the MO3 file -int WINAPI UNMO3_Decode(void **data, int *len, DWORD flags); +int WINAPI UNMO3_Decode(void **data, unsigned *len, unsigned flags); // UNMO3_Decode flags #define UNMO3_DECODE_NOSAMPLES 1 // don't process sample data