diff --git a/mini_al.h b/mini_al.h index c9ab40fa..e19f09db 100644 --- a/mini_al.h +++ b/mini_al.h @@ -1,5 +1,5 @@ // Audio playback and capture library. Public domain. See "unlicense" statement at the end of this file. -// mini_al - v0.6b - 2018-02-03 +// mini_al - v0.6c - 2018-02-12 // // David Reid - davidreidsoftware@gmail.com @@ -11505,6 +11505,9 @@ void mal_pcm_f32_to_s32(int* pOut, const float* pIn, unsigned int count) // REVISION HISTORY // ================ // +// v0.6c - 2018-02-12 +// - Fix build errors with BSD/OSS. +// // v0.6b - 2018-02-03 // - Fix some warnings when compiling with Visual C++. //