Fix missing MAC_OS_VERSION_11_0 with pre-11.0 SDKs

Fix typos preventing MAC_OS_VERSION_11_0 from being defined when using
MacOSX SDK 10.15 or earlier.
This commit is contained in:
Dimitri Schoolwerth 2020-12-16 23:56:09 +01:00
parent a5c2276965
commit 1324b5122b
No known key found for this signature in database
GPG Key ID: 9DC3A9240BDC6737

View File

@ -56,7 +56,7 @@
# ifndef MAC_OS_X_VERSION_10_16
# define MAC_OS_X_VERSION_10_16 101600
# endif
# ifndef MAC_OS_X_VERSION_10_16
# ifndef MAC_OS_VERSION_11_0
# define MAC_OS_VERSION_11_0 110000
# endif
# if __MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_13
@ -472,7 +472,7 @@
# ifndef MAC_OS_X_VERSION_10_16
# define MAC_OS_X_VERSION_10_16 101600
# endif
# ifndef MAC_OS_X_VERSION_10_16
# ifndef MAC_OS_VERSION_11_0
# define MAC_OS_VERSION_11_0 110000
# endif
# if __MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_13