|
|
|
@@ -16,8 +16,8 @@ |
|
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
|
|
*/ |
|
|
|
|
|
|
|
#ifndef FFMPEG_COMPAT_ATOMICS_WIN32_STDATOMIC_H |
|
|
|
#define FFMPEG_COMPAT_ATOMICS_WIN32_STDATOMIC_H |
|
|
|
#ifndef COMPAT_ATOMICS_WIN32_STDATOMIC_H |
|
|
|
#define COMPAT_ATOMICS_WIN32_STDATOMIC_H |
|
|
|
|
|
|
|
#include <stddef.h> |
|
|
|
#include <stdint.h> |
|
|
|
@@ -176,4 +176,4 @@ static inline int atomic_compare_exchange_strong(intptr_t *object, intptr_t *exp |
|
|
|
#define atomic_flag_clear_explicit(object, order) \ |
|
|
|
atomic_flag_clear(object) |
|
|
|
|
|
|
|
#endif /* FFMPEG_COMPAT_ATOMICS_WIN32_STDATOMIC_H */ |
|
|
|
#endif /* COMPAT_ATOMICS_WIN32_STDATOMIC_H */ |