From 6ad1d3f2e89b14bbc9efab325c383ed21b5af3c1 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sat, 24 Sep 2016 06:27:18 +0000 Subject: Add MAC_OS_X_VERSION_10_12 preprocessor variable git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11974 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/mac.H | 3 +++ 1 file changed, 3 insertions(+) diff --git a/FL/mac.H b/FL/mac.H index 8332faba9..f4818284f 100644 --- a/FL/mac.H +++ b/FL/mac.H @@ -64,6 +64,9 @@ typedef class FLWindow *Window; // pointer to the FLWindow objective-c class #ifndef MAC_OS_X_VERSION_10_11 #define MAC_OS_X_VERSION_10_11 101100 #endif +#ifndef MAC_OS_X_VERSION_10_12 +#define MAC_OS_X_VERSION_10_12 101200 +#endif #ifndef NSINTEGER_DEFINED // appears with 10.5 in NSObjCRuntime.h #if defined(__LP64__) && __LP64__ -- cgit v1.2.3