X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c39e7599223ef7a9eaf3793e8c30f67fc14d05db..ce4fd7b577cdeb1ceb085cb1380c0df97b6ceef4:/src/unix/stdpaths.cpp diff --git a/src/unix/stdpaths.cpp b/src/unix/stdpaths.cpp index 6aa20c8ad1..f68392f0f4 100644 --- a/src/unix/stdpaths.cpp +++ b/src/unix/stdpaths.cpp @@ -24,6 +24,8 @@ #pragma hdrstop #endif +#if wxUSE_STDPATHS + #ifndef WX_PRECOMP #include "wx/app.h" #endif //WX_PRECOMP @@ -115,3 +117,4 @@ wxString wxStandardPaths::GetPluginsDir() const return wxString(); } +#endif // wxUSE_STDPATHS