Revision: 12182
          http://sourceforge.net/p/skim-app/code/12182
Author:   hofman
Date:     2021-03-08 23:15:18 +0000 (Mon, 08 Mar 2021)
Log Message:
-----------
Make sure checks for 11.0 SDK work

Modified Paths:
--------------
    trunk/SKCompatibility.h

Modified: trunk/SKCompatibility.h
===================================================================
--- trunk/SKCompatibility.h     2021-03-08 19:29:15 UTC (rev 12181)
+++ trunk/SKCompatibility.h     2021-03-08 23:15:18 UTC (rev 12182)
@@ -60,7 +60,11 @@
     #define MAC_OS_X_VERSION_10_16 101600
 #endif
 #ifndef MAC_OS_X_VERSION_11_0
-    #define MAC_OS_VERSION_11_0 110000
+#ifdef MAC_OS_VERSION_11_0
+    #define MAC_OS_X_VERSION_11_0 MAC_OS_VERSION_11_0
+    #else
+        #define MAC_OS_X_VERSION_11_0 110000
+    #endif
 #endif
 
 #if SDK_BEFORE(10_13)
@@ -98,7 +102,7 @@
 static const NSAppKitVersion NSAppKitVersionNumber10_14 = 1671;
 static const NSAppKitVersion NSAppKitVersionNumber10_15 = 1894;
 
-#elif SDK_BEFORE(10_16)
+#elif SDK_BEFORE(11_0)
 
 static const NSAppKitVersion NSAppKitVersionNumber10_15 = 1894;
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to