mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-07 15:37:14 +02:00
Add MAC_OS_X_VERSION_10_12_2 definition.
Some build environments don't have MAC_OS_X_VERSION_10_12_2 definition. It could cause the build error on macOS prior to 10.12. This fix adds the MAC_OS_X_VERSION_10_12_2 based on Apple's header: https://opensource.apple.com/source/xnu/xnu-3789.60.24/EXTERNAL_HEADERS/AvailabilityMacros.h.auto.html
This commit is contained in:
@@ -29,6 +29,9 @@
|
||||
#ifndef MAC_OS_X_VERSION_10_12
|
||||
# define MAC_OS_X_VERSION_10_12 101200
|
||||
#endif
|
||||
#ifndef MAC_OS_X_VERSION_10_12_2
|
||||
# define MAC_OS_X_VERSION_10_12_2 101202
|
||||
#endif
|
||||
|
||||
#ifndef NSAppKitVersionNumber10_10
|
||||
# define NSAppKitVersionNumber10_10 1343
|
||||
|
||||
Reference in New Issue
Block a user