X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc480dc16bcaec2c295b227e0a4b6daf2776d129..acc476c530e1730d9202b404ec0b0b87ae44ced6:/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