always compile at least a minimal version of wxStandardPaths class, it's used too often

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46481 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2007-06-15 15:21:57 +00:00
parent c560da981a
commit 6ae3ead6f0
4 changed files with 27 additions and 25 deletions

View File

@@ -43,7 +43,7 @@ public:
virtual wxTimerImpl *CreateTimerImpl(wxTimer *timer);
#endif
#if defined(__WXMAC__) || defined(__WXCOCOA__)
#if (defined(__WXMAC__) || defined(__WXCOCOA__)) && wxUSE_STDPATHS
virtual wxStandardPathsBase& GetStandardPaths();
#endif
virtual wxPortId GetToolkitVersion(int *majVer, int *minVer) const;