New attempt to fix STR #2513.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8255 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2011-01-11 12:08:44 +00:00
parent aa4342fe1a
commit b6d2207550

View File

@ -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 <AvailabilityMacros.h>
typedef void* Fl_Region;
typedef void* Fl_CGContextRef;