diff options
| author | Tomáš Znamenáček | 2016-10-28 15:05:17 +0200 |
|---|---|---|
| committer | Tomáš Znamenáček | 2016-10-28 15:05:17 +0200 |
| commit | e7f7ee50a662b15817be7c844b7448f21998884c (patch) | |
| tree | ba87f91c38d7084fa3bf43310bd5466a94afdb16 | |
| parent | 7dfde95369e63ce0cb45b3f30306a3d7ddb014fa (diff) | |
| download | MASShortcut-e7f7ee50a662b15817be7c844b7448f21998884c.tar.bz2 | |
Using numerical value instead of the __MAC_10_12 symbol
| -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 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 |
