mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-07 15:37:14 +02:00
Fix build on earlier than 10.10
This commit is contained in:
@@ -285,7 +285,7 @@ gui_mch_init(void)
|
||||
[[MMBackend sharedInstance] addToMRU:filenames];
|
||||
}
|
||||
|
||||
#if defined(MAC_OS_X_VERSION_10_10)
|
||||
#if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_10
|
||||
{
|
||||
NSOperatingSystemVersion version = {10, 13, 0};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user