Changes between Version 1 and Version 2 of Ticket #52043, comment 9
- Timestamp:
- Sep 15, 2016, 11:01:19 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #52043, comment 9
v1 v2 4 4 #if __has_include(<Availability.h>) 5 5 #include <Availability.h> 6 #define APPLE_SUPPORTS_QUICKTIME (__MAC_OS_X_VERSION_MAX_ALLOWED < 101200) ||!__LP64__6 #define APPLE_SUPPORTS_QUICKTIME (__MAC_OS_X_VERSION_MAX_ALLOWED < 101200) && !__LP64__ 7 7 #else 8 8 #define APPLE_SUPPORTS_QUICKTIME !__LP64__