X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc480dc16bcaec2c295b227e0a4b6daf2776d129..f2ccce28add4d71f5b2a7456d60c08e1d3b45abf:/src/common/stdpbase.cpp diff --git a/src/common/stdpbase.cpp b/src/common/stdpbase.cpp index ab6b882ef6..7543b42155 100644 --- a/src/common/stdpbase.cpp +++ b/src/common/stdpbase.cpp @@ -24,6 +24,8 @@ #pragma hdrstop #endif +#if wxUSE_STDPATHS + #ifndef WX_PRECOMP #include "wx/app.h" #endif //WX_PRECOMP @@ -90,3 +92,4 @@ wxString wxStandardPathsBase::AppendAppName(const wxString& dir) return subdir; } +#endif // wxUSE_STDPATHS