mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
Merge pull request #736 from cwlin/add_10_12_2_def
Add MAC_OS_X_VERSION_10_12_2 definition.
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