added wxUSE_STDPATHS

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32652 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-03-07 22:48:04 +00:00
parent 69dada2e7a
commit cd9a8d40c9

View File

@@ -24,6 +24,8 @@
#pragma hdrstop
#endif
#if wxUSE_STDPATHS
#ifndef WX_PRECOMP
#include "wx/app.h"
#endif //WX_PRECOMP
@@ -292,3 +294,4 @@ wxString wxStandardPathsWin16::GetUserConfigDir() const
return wxGetHomeDir();
}
#endif // wxUSE_STDPATHS