Fix build against the MacOSX 10.6 SDK but with 10.4 as the highest used API

This commit is contained in:
Tor Lillqvist 2011-10-03 15:21:55 +03:00
parent eabbfc9d14
commit 0e9c5066a9

View file

@ -47,4 +47,11 @@
#define StringPtr MacOSStringPtr
#define TimeValue MacOSTimeValue
#import <Foundation/NSObjCRuntime.h>
#if defined (NSFoundationVersionNumber10_5) && MAC_OS_X_VERSION_MAX_ALLOWED < 1050
@class CALayer;
@class NSViewController;
typedef int NSColorRenderingIntent;
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */