Skip to content

Commit 344fb8c

Browse files
committed
Wrap CWQuicklook.h in deployment target defines so it compiles cleanly when building for 10.6.
1 parent facf2ba commit 344fb8c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CWQuickLook.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#if MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_5
12
@interface QLPreviewPanel : NSPanel
23
+ (id)sharedPreviewPanel;
34

@@ -89,4 +90,5 @@
8990
- (void)setShowsAddToiPhoto:(BOOL)fp8;
9091
- (void)setShowsiChatTheater:(BOOL)fp8;
9192
- (void)setShowsFullscreen:(BOOL)fp8;
92-
@end
93+
@end
94+
#endif

0 commit comments

Comments
 (0)