X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc480dc16bcaec2c295b227e0a4b6daf2776d129..1ccb7433ee436af9f5d908a5de561a48c83f2014:/src/mac/corefoundation/stdpaths_cf.cpp diff --git a/src/mac/corefoundation/stdpaths_cf.cpp b/src/mac/corefoundation/stdpaths_cf.cpp index 07bfaaa111..20f2c8cf3a 100644 --- a/src/mac/corefoundation/stdpaths_cf.cpp +++ b/src/mac/corefoundation/stdpaths_cf.cpp @@ -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