From e7f7ee50a662b15817be7c844b7448f21998884c Mon Sep 17 00:00:00 2001 From: Tomáš Znamenáček Date: Fri, 28 Oct 2016 15:05:17 +0200 Subject: Using numerical value instead of the __MAC_10_12 symbol --- Framework/MASKeyMasks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Framework') 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 -- cgit v1.2.3