Fix build against the MacOSX 10.6 SDK but with 10.4 as the highest used API
This commit is contained in:
parent
eabbfc9d14
commit
0e9c5066a9
1 changed files with 7 additions and 0 deletions
|
@ -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: */
|
||||
|
|
Loading…
Reference in a new issue