mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Add placeholder tags for c89atomic amalgamation.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user