Changes between Initial Version and Version 1 of Ticket #52043, comment 6


Ignore:
Timestamp:
Sep 15, 2016, 11:01:28 PM (8 years ago)
Author:
jeremyhu (Jeremy Huddleston Sequoia)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52043, comment 6

    initial v1  
    77{{{
    88#include <Availability.h>
    9 #define APPLE_SUPPORTS_QUICKTIME (__MAC_OS_X_VERSION_MAX_ALLOWED < 101200) || !__LP64__
     9#define APPLE_SUPPORTS_QUICKTIME (__MAC_OS_X_VERSION_MAX_ALLOWED < 101200) && !__LP64__
    1010}}}