]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/platform.h
Reverted conflict with Darwin.
[wxWidgets.git] / include / wx / platform.h
index aed9b04776ed952996fa34807528bdc0484ae7d2..06886d705ab37ae2a631c465ef9e68d19331473a 100644 (file)
 #    define wxUSE_WXDIB 1
 #endif
 
+/*
+    We need AvailabilityMacros.h for ifdefing out things that don't exist on 
+    OSX 10.2 and lower
+    FIXME:  We need a better way to detect for 10.3 then including a system header
+*/
+#ifdef __DARWIN__
+    #include <AvailabilityMacros.h>
+#endif
+
 #endif /* _WX_PLATFORM_H_ */