diff options
| -rw-r--r-- | Framework/MASKeyMasks.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Framework/MASKeyMasks.h b/Framework/MASKeyMasks.h index e541c32..6f874c9 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 < 1012 +#if __MAC_OS_X_VERSION_MAX_ALLOWED < __MAC_10_12  #define NSEventModifierFlagCommand  NSCommandKeyMask  #define NSEventModifierFlagControl  NSControlKeyMask  #define NSEventModifierFlagOption   NSAlternateKeyMask | 
