root/trunk/Basic.pch

Revision 3763, 152 bytes (checked in by timothy, 11 months ago)

Rip out 10.3.9 support and worarounds. Mac OS 10.4 is now required.

Line 
1 #ifndef MAC_OS_X_VERSION_10_5
2 #define MAC_OS_X_VERSION_10_5 1050
3 #endif
4
5 #import <AvailabilityMacros.h>
6
7 #ifdef __OBJC__
8 #import <Cocoa/Cocoa.h>
9 #endif
Note: See TracBrowser for help on using the browser.