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.
1 parent 155406d commit 1263468Copy full SHA for 1263468
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