]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/stdpbase.cpp
added wxUSE_STDPATHS
[wxWidgets.git] / src / common / stdpbase.cpp
index ab6b882ef6b9b0f6f19ddab865c1683990033126..7543b42155f041b4d444e0fbee64330bb960ccfb 100644 (file)
@@ -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