This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jeremyhu
Recipients belopolsky, jeremyhu, ned.deily, ronaldoussoren, sashk, tdsmith
Date 2016-09-15.23:04:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473980676.13.0.902199354895.issue27806@psf.upfronthosting.co.za>
In-reply-to
Content
Correction (bugfix and Tiger-compat):

#if __has_include(<Availability.h>)
#include <Availability.h>
#define APPLE_SUPPORTS_QUICKTIME (__MAC_OS_X_VERSION_MAX_ALLOWED < 101200) && !__LP64__
#else
#define APPLE_SUPPORTS_QUICKTIME !__LP64__
#endif
History
Date User Action Args
2016-09-15 23:04:36jeremyhusetrecipients: + jeremyhu, ronaldoussoren, belopolsky, ned.deily, tdsmith, sashk
2016-09-15 23:04:36jeremyhusetmessageid: <1473980676.13.0.902199354895.issue27806@psf.upfronthosting.co.za>
2016-09-15 23:04:36jeremyhulinkissue27806 messages
2016-09-15 23:04:36jeremyhucreate