Skip to content

Commit 8d36e46

Browse files
committed
Fix build on earlier than 10.10
1 parent 74dc0c8 commit 8d36e46

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)