Author: matt Date: 2012-08-03 05:11:38 -0700 (Fri, 03 Aug 2012) New Revision: 9653 Log: Getting OS X Lion build to work again?
Modified: branches/branch-3.0/include/FL/mac.H Modified: branches/branch-3.0/include/FL/mac.H =================================================================== --- branches/branch-3.0/include/FL/mac.H 2012-08-03 11:35:51 UTC (rev 9652) +++ branches/branch-3.0/include/FL/mac.H 2012-08-03 12:11:38 UTC (rev 9653) @@ -55,6 +55,12 @@ #ifndef MAC_OS_X_VERSION_10_6 #define MAC_OS_X_VERSION_10_6 1060 #endif +#ifndef MAC_OS_X_VERSION_10_7 +#define MAC_OS_X_VERSION_10_7 1070 +#endif +#ifndef MAC_OS_X_VERSION_10_8 +#define MAC_OS_X_VERSION_10_8 1080 +#endif #if !(defined(FL_LIBRARY) || defined(FL_INTERNALS)) // this part is used when compiling an application program _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
