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:
@@ -24,6 +24,8 @@
|
|||||||
#pragma hdrstop
|
#pragma hdrstop
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if wxUSE_STDPATHS
|
||||||
|
|
||||||
#ifndef WX_PRECOMP
|
#ifndef WX_PRECOMP
|
||||||
#include "wx/app.h"
|
#include "wx/app.h"
|
||||||
#endif //WX_PRECOMP
|
#endif //WX_PRECOMP
|
||||||
@@ -292,3 +294,4 @@ wxString wxStandardPathsWin16::GetUserConfigDir() const
|
|||||||
return wxGetHomeDir();
|
return wxGetHomeDir();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif // wxUSE_STDPATHS
|
||||||
|
Reference in New Issue
Block a user