diff --git a/miniaudio.h b/miniaudio.h index bb3d7a5d..9228a8bf 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -7601,6 +7601,10 @@ ma_atomic_increment/decrement_*() takes a pointer to the variable being incremen ma_uint32 newValue = ma_atomic_increment_32(&theValueToIncrement); **************************************************************************************************************************************************************/ +/* c89atomic.h begin */ + +/* c89atomic.h end */ + #if defined(__clang__) #if defined(__has_builtin) #if __has_builtin(__sync_swap) @@ -7651,6 +7655,7 @@ ma_atomic_increment/decrement_*() takes a pointer to the variable being incremen #endif + static void* ma__malloc_default(size_t sz, void* pUserData) { (void)pUserData;