Fix Visual Studio 6 compatibility
That last issue is annoying: `unsigned __int64` cannot be converted to `double`, but `signed __int64` can. I'm not sure if using the signed type in these cases instead is actually safe. This is a much more common problem in dr_flac.
Showing
Please register or sign in to comment