projects
/
handbrake
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
435d656
)
MacGui: fix build when deployment target is set to 10.14.
author
Damiano Galassi
<damiog@gmail.com>
Sun, 9 Jun 2019 19:37:29 +0000
(21:37 +0200)
committer
Damiano Galassi
<damiog@gmail.com>
Sun, 9 Jun 2019 19:37:29 +0000
(21:37 +0200)
macosx/HBUtilities.m
patch
|
blob
|
history
diff --git
a/macosx/HBUtilities.m
b/macosx/HBUtilities.m
index 2e47a95310499e6ee80cffce2399572aafee2da2..8cb5e25075b1031f150be8f6ae5caf4e98a3c55f 100644
(file)
--- a/
macosx/HBUtilities.m
+++ b/
macosx/HBUtilities.m
@@
-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,
};