Skip to content

Commit 5c0460f

Browse files
authored
Merge pull request #653 from ichizok/fix/10.9-build
Fix build on earlier than 10.10
2 parents 74dc0c8 + 8d36e46 commit 5c0460f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/MacVim/gui_macvim.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285
[[MMBackend sharedInstance] addToMRU:filenames];
286286
}
287287

288-
#if defined(MAC_OS_X_VERSION_10_10)
288+
#if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_10
289289
{
290290
NSOperatingSystemVersion version = {10, 13, 0};
291291

0 commit comments

Comments
 (0)