Removed the MAC_OS_X_VERSION_10_x macros from the 1.3 branch.

This commit is contained in:
Ryan C. Gordon 2011-08-25 03:11:28 -04:00
parent c3366d1756
commit 0daed19a0e
9 changed files with 26 additions and 35 deletions

View file

@ -74,15 +74,6 @@
/* lets us know what version of Mac OS X we're compiling on */
#include "AvailabilityMacros.h"
#include "TargetConditionals.h"
#ifndef MAC_OS_X_VERSION_10_4
#define MAC_OS_X_VERSION_10_4 1040
#endif
#ifndef MAC_OS_X_VERSION_10_5
#define MAC_OS_X_VERSION_10_5 1050
#endif
#ifndef MAC_OS_X_VERSION_10_6
#define MAC_OS_X_VERSION_10_6 1060
#endif
#if TARGET_OS_IPHONE
/* if compiling for iPhone */
#undef __IPHONEOS__