Add iosmac platform macros

This commit is contained in:
Ariel Abreu 2020-07-15 12:16:27 -04:00
parent e9f1bb2f1c
commit 5215738b71
No known key found for this signature in database
GPG Key ID: F4D43CC7053EA2B3
2 changed files with 5 additions and 0 deletions

View File

@ -590,5 +590,7 @@
#define __SPI_DEPRECATED_WITH_REPLACEMENT(...)
#endif
#endif /* __AVAILABILITY__ */

View File

@ -4452,6 +4452,7 @@
#define __API_AVAILABLE_PLATFORM_uikitformac(x) uikitformac,introduced=x
#endif
#define __API_AVAILABLE_PLATFORM_driverkit(x) driverkit,introduced=x
#define __API_AVAILABLE_PLATFORM_iosmac(x) iosmac,introduced=x
#if defined(__has_attribute)
#if __has_attribute(availability)
@ -4501,6 +4502,7 @@
#define __API_DEPRECATED_PLATFORM_uikitformac(x) uikitformac,introduced=x,deprecated=y
#endif
#define __API_DEPRECATED_PLATFORM_driverkit(x,y) driverkit,introduced=x,deprecated=y
#define __API_DEPRECATED_PLATFORM_iosmac(x,y) iosmac,introduced=x,deprecated=y
#if defined(__has_attribute)
#if __has_attribute(availability)
@ -4583,6 +4585,7 @@
#define __API_UNAVAILABLE_PLATFORM_uikitformac(x) uikitformac,unavailable
#endif
#define __API_UNAVAILABLE_PLATFORM_driverkit driverkit,unavailable
#define __API_UNAVAILABLE_PLATFORM_iosmac iosmac,unavailable
#if defined(__has_attribute)
#if __has_attribute(availability)