]> git.saurik.com Git - wxWidgets.git/commitdiff
temp. solution to get unicode to work on 10.3
authorRyan Norton <wxprojects@comcast.net>
Mon, 11 Oct 2004 15:38:05 +0000 (15:38 +0000)
committerRyan Norton <wxprojects@comcast.net>
Mon, 11 Oct 2004 15:38:05 +0000 (15:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29782 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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_ */