diff --git a/file.c b/file.c index a04fe538e5..3da358af1f 100644 --- a/file.c +++ b/file.c @@ -20,6 +20,14 @@ #include #endif #ifdef __APPLE__ +# if !(defined(__has_feature) && defined(__has_attribute)) +/* Maybe a bug in SDK of Xcode 10.2.1 */ +/* In this condition, does not define + * API_AVAILABLE and similar, but __API_AVAILABLE and similar which + * are defined in */ +# define API_AVAILABLE(...) +# define API_DEPRECATED(...) +# endif #include #endif