aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Framework/MASKeyMasks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Framework/MASKeyMasks.h b/Framework/MASKeyMasks.h
index 6f874c9..5813c1d 100644
--- a/Framework/MASKeyMasks.h
+++ b/Framework/MASKeyMasks.h
@@ -10,7 +10,7 @@
//
// It should be safe to remove this whole thing once the 10.12 SDK is ubiquitous.
-#if __MAC_OS_X_VERSION_MAX_ALLOWED < __MAC_10_12
+#if __MAC_OS_X_VERSION_MAX_ALLOWED < 101200
#define NSEventModifierFlagCommand NSCommandKeyMask
#define NSEventModifierFlagControl NSControlKeyMask
#define NSEventModifierFlagOption NSAlternateKeyMask