From 5cd8c3be349bb18f15c7ec68e165c3f03960200e Mon Sep 17 00:00:00 2001 From: David Reid Date: Tue, 23 Jun 2020 16:53:55 +1000 Subject: [PATCH] Add placeholder tags for c89atomic amalgamation. --- miniaudio.h | 5 +++++ 1 file changed, 5 insertions(+) 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;