Commit d6ecd346 authored by Felix Paul Kühne's avatar Felix Paul Kühne Committed by Jean-Baptiste Kempf

macosx: compilation fix when using the 10.5 or 10.6 SDK

(cherry picked from commit efc40549)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 77519bd6
...@@ -79,7 +79,7 @@ extern OSErr UpdateSystemActivity(UInt8 activity); ...@@ -79,7 +79,7 @@ extern OSErr UpdateSystemActivity(UInt8 activity);
#pragma Fixes for OS X Snow Leopard (10.6) #pragma Fixes for OS X Snow Leopard (10.6)
#ifndef MAC_OS_X_VERSION_10_7 #ifndef MAC_OS_X_VERSION_10_7
extern NSString *const NSAccessibilityFullScreenButtonSubrole; extern NSString *const NSAccessibilityFullScreenButtonAttribute;
enum { enum {
NSWindowCollectionBehaviorFullScreenPrimary = 1 << 7, NSWindowCollectionBehaviorFullScreenPrimary = 1 << 7,
......
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