Kaydet (Commit) 0e9c5066 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

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

üst eabbfc9d
......@@ -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: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment