Author: manolo Date: 2011-01-11 04:08:44 -0800 (Tue, 11 Jan 2011) New Revision: 8255 Log: New attempt to fix STR #2513.
Modified: branches/branch-1.3/FL/mac.H Modified: branches/branch-1.3/FL/mac.H =================================================================== --- branches/branch-1.3/FL/mac.H 2011-01-11 10:49:50 UTC (rev 8254) +++ branches/branch-1.3/FL/mac.H 2011-01-11 12:08:44 UTC (rev 8255) @@ -51,11 +51,9 @@ #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 <AvailabilityMacros.h> typedef void* Fl_Region; typedef void* Fl_CGContextRef; _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
