1 /* DO NOT EDIT THIS FILE.
3 It has been auto-edited by fixincludes from:
5 "fixinc/tests/inc/AvailabilityInternal.h"
7 This had to be done to correct non-standard usages in the
8 original, manufacturer supplied header file. */
12 #if defined( DARWIN_AVAILABILITYINTERNAL_CHECK )
13 #if defined(__has_attribute)
14 #if __has_attribute(availability)
15 #define __API_A(x) __attribute__((availability(__API_AVAILABLE_PLATFORM_##x)))
22 #if defined(__has_attribute)
23 #if __has_attribute(availability)
24 #define __API_D(msg,x) __attribute__((availability(__API_DEPRECATED_PLATFORM_##x,message=msg)))
26 #define __API_D(msg,x)
29 #define __API_D(msg,x)
31 #endif /* DARWIN_AVAILABILITYINTERNAL_CHECK */