This commit is contained in:
2025-04-13 20:35:52 +02:00
parent 9b71757a44
commit 5e30aa291c
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
#include <Pulse.h>
#include "../../PulseInternal.h"
#ifdef __STDC_NO_ATOMICS__
#if defined(__STDC_NO_ATOMICS__) && !defined(ATOMICS_OVERLOAD)
#error "Atomic support is not present"
#endif

View File

@@ -5,7 +5,7 @@
#include <Pulse.h>
#include "../../PulseInternal.h"
#ifdef __STDC_NO_ATOMICS__
#if defined(__STDC_NO_ATOMICS__) && !defined(ATOMICS_OVERLOAD)
#error "Atomic support is not present"
#endif