[vlc-commits] macosx: add constant from the future

Felix Paul Kühne git at videolan.org
Tue Jun 14 17:46:35 CEST 2016


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Tue Jun 14 17:32:52 2016 +0200| [5aa5e171c28c962c589d3f357894622cc7ae782d] | committer: Felix Paul Kühne

macosx: add constant from the future

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5aa5e171c28c962c589d3f357894622cc7ae782d
---

 modules/gui/macosx/CompatibilityFixes.h |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/modules/gui/macosx/CompatibilityFixes.h b/modules/gui/macosx/CompatibilityFixes.h
index a3e5a56..85d052c 100644
--- a/modules/gui/macosx/CompatibilityFixes.h
+++ b/modules/gui/macosx/CompatibilityFixes.h
@@ -29,4 +29,5 @@
 #define OSX_MOUNTAIN_LION (NSAppKitVersionNumber < 1244 && NSAppKitVersionNumber >= 1162)
 #define OSX_MAVERICKS (NSAppKitVersionNumber < 1334 && NSAppKitVersionNumber >= 1244)
 #define OSX_YOSEMITE (NSAppKitVersionNumber < 1404 && NSAppKitVersionNumber >= 1334)
-#define OSX_EL_CAPITAN (NSAppKitVersionNumber >= 1404)
+#define OSX_EL_CAPITAN (NSAppKitVersionNumber >= 1404 && NSAppKitVersionNumber < 1485)
+#define OSX_SIERRA (NSAppKitVersionNumber >= 1485)



More information about the vlc-commits mailing list