We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b05f41d + 817774f commit 8379a12Copy full SHA for 8379a12
dispatch/dispatch.h
@@ -24,14 +24,20 @@
24
#ifdef __APPLE__
25
#include <Availability.h>
26
#include <TargetConditionals.h>
27
-#endif
28
-
+#else
29
#ifndef API_AVAILABLE
30
#define API_AVAILABLE(...)
+#endif
31
+#ifndef API_DEPRECATED
32
#define API_DEPRECATED(...)
33
34
+#ifndef API_UNAVAILABLE
35
#define API_UNAVAILABLE(...)
36
37
+#ifndef API_DEPRECATED_WITH_REPLACEMENT
38
#define API_DEPRECATED_WITH_REPLACEMENT(...)
-#endif // !API_AVAILABLE
39
40
+#endif // __APPLE__
41
42
#include <sys/cdefs.h>
43
#include <sys/types.h>
0 commit comments