mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-29 16:24:58 +00:00
17 lines
257 B
C
17 lines
257 B
C
#ifndef Ty_ATOMIC_H
|
|
#define Ty_ATOMIC_H
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#ifndef Ty_LIMITED_API
|
|
# define Ty_CPYTHON_ATOMIC_H
|
|
# include "cpython/pyatomic.h"
|
|
# undef Ty_CPYTHON_ATOMIC_H
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif /* !Ty_ATOMIC_H */
|