MacOS: One more fix for compilation under Mac OS

This commit is contained in:
Abs62 2016-06-23 20:25:00 +03:00
parent 00bd8aaf02
commit db6f36913e

View file

@ -5,7 +5,7 @@
#include <Foundation/NSAutoreleasePool.h>
#include <Foundation/Foundation.h>
#ifndef MAC_OS_X_VERSION_10_11
#ifndef AVAILABLE_MAC_OS_X_VERSION_10_11_AND_LATER
#define kAXValueTypeCGPoint kAXValueCGPointType
#define kAXValueTypeCFRange kAXValueCFRangeType
#endif