summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2011-01-12 07:54:42 +0000
committerManolo Gouy <Manolo>2011-01-12 07:54:42 +0000
commitbe8b1f4ac5d950c40ec291e3892558cbaa270c5c (patch)
tree8fcdb8752b384e65e624a38d5199a7546eae8a47 /FL
parentb4c15eb8ae300eeb374f461a7788ec6dec7938f0 (diff)
Another change to allow OS-independent compilation of external applications as suggested by Greg.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8266 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
-rw-r--r--FL/mac.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/mac.H b/FL/mac.H
index cb692ec67..a3e83d64d 100644
--- a/FL/mac.H
+++ b/FL/mac.H
@@ -39,6 +39,7 @@ typedef void* Window; // this is really a pointer to the subclass FLWindow o
typedef void* Fl_Offscreen; // this is really a CGContextRef
typedef void* Fl_Bitmask; // this is really a CGImageRef
+#include <AvailabilityMacros.h>
#ifndef MAC_OS_X_VERSION_10_3
#define MAC_OS_X_VERSION_10_3 1030
#endif
@@ -53,7 +54,6 @@ typedef void* Fl_Bitmask; // this is really a CGImageRef
#endif
#ifndef FL_LIBRARY // this part is used when compiling an application program
-#include <AvailabilityMacros.h>
typedef void* Fl_Region;
typedef void* Fl_CGContextRef;