adjusting endif comment to new #if
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -319,7 +319,7 @@ wxFileName wxFileConfig::GetLocalFile(const wxString& szFile, int style)
|
|||||||
fn.SetName(wxT('.') + fn.GetName());
|
fn.SetName(wxT('.') + fn.GetName());
|
||||||
}
|
}
|
||||||
else // we do append ".conf" extension to config files in subdirectories
|
else // we do append ".conf" extension to config files in subdirectories
|
||||||
#endif // __UNIX__
|
#endif // defined( __UNIX__ ) && !defined( __WXMAC__ )
|
||||||
{
|
{
|
||||||
AddConfFileExtIfNeeded(fn);
|
AddConfFileExtIfNeeded(fn);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user