MacGui: fix build when deployment target is set to 10.14.
authorDamiano Galassi <damiog@gmail.com>
Sun, 9 Jun 2019 19:37:29 +0000 (21:37 +0200)
committerDamiano Galassi <damiog@gmail.com>
Sun, 9 Jun 2019 19:37:29 +0000 (21:37 +0200)
macosx/HBUtilities.m

index 2e47a95310499e6ee80cffce2399572aafee2da2..8cb5e25075b1031f150be8f6ae5caf4e98a3c55f 100644 (file)
@@ -383,7 +383,7 @@ static NSDateFormatter *_releaseDateFormatter = nil;
     return @"Unknown";
 }
 
-#if __MAC_OS_X_VERSION_MIN_REQUIRED <= __MAC_10_14
+#if __MAC_OS_X_VERSION_MIN_REQUIRED < __MAC_10_14
 enum {
     errAEEventWouldRequireUserConsent = -1744,
 };