]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/corefoundation/stdpaths_cf.cpp
OSX two-level header fixes
[wxWidgets.git] / src / mac / corefoundation / stdpaths_cf.cpp
index 07bfaaa1110aaedfcc6e6db0142c557193d2e9e7..20f2c8cf3a6b3362ca5771dba2aa1c135bfaa556 100644 (file)
@@ -10,6 +10,9 @@
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "wx/wxprec.h"
+
+#if wxUSE_STDPATHS
+
 #ifndef WX_PRECOMP
     #include "wx/intl.h"
 #endif //ndef WX_PRECOMP
@@ -107,3 +110,4 @@ wxString wxStandardPathsCF::GetPluginsDir() const
     return ret;
 }
 
+#endif // wxUSE_STDPATHS