From b6d2207550758827869934e0153dace8c4fc8bd2 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 11 Jan 2011 12:08:44 +0000 Subject: [PATCH] New attempt to fix STR #2513. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8255 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/mac.H | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/FL/mac.H b/FL/mac.H index ba42450bc..cb692ec67 100644 --- a/FL/mac.H +++ b/FL/mac.H @@ -51,11 +51,9 @@ typedef void* Fl_Bitmask; // this is really a CGImageRef #ifndef MAC_OS_X_VERSION_10_6 #define MAC_OS_X_VERSION_10_6 1060 #endif -#ifndef MAC_OS_X_VERSION_MAX_ALLOWED -#define MAC_OS_X_VERSION_MAX_ALLOWED MAC_OS_X_VERSION_10_3 -#endif #ifndef FL_LIBRARY // this part is used when compiling an application program +#include typedef void* Fl_Region; typedef void* Fl_CGContextRef;