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