// Use polling instead of Mach ports, which doesn't work on Intel
// due to task_for_pid security issues.
+// http://developer.apple.com/technotes/tn/tn2050.html
+
// What's a better test for Intel vs PPC?
#ifdef WORDS_BIGENDIAN
#define USE_POLLING 0
// put it in because it's already compiled for wxCocoa and wxMac GUI lib.
#if wxUSE_GUI
+#if wxUSE_STDPATHS
static wxStandardPathsCF gs_stdPaths;
wxStandardPathsBase& wxGUIAppTraits::GetStandardPaths()
{
return gs_stdPaths;
}
+#endif
#endif // wxUSE_GUI