added missing #if wxUSE_STDPATHS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -227,11 +227,13 @@ int wxAddProcessCallbackForPid(wxEndProcessData *proc_data, int pid)
|
|||||||
// put it in because it's already compiled for wxCocoa and wxMac GUI lib.
|
// put it in because it's already compiled for wxCocoa and wxMac GUI lib.
|
||||||
#if wxUSE_GUI
|
#if wxUSE_GUI
|
||||||
|
|
||||||
|
#if wxUSE_STDPATHS
|
||||||
static wxStandardPathsCF gs_stdPaths;
|
static wxStandardPathsCF gs_stdPaths;
|
||||||
wxStandardPathsBase& wxGUIAppTraits::GetStandardPaths()
|
wxStandardPathsBase& wxGUIAppTraits::GetStandardPaths()
|
||||||
{
|
{
|
||||||
return gs_stdPaths;
|
return gs_stdPaths;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // wxUSE_GUI
|
#endif // wxUSE_GUI
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user