Fixed wxFileDialog and VC++ DLL compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1473 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -467,3 +467,15 @@ bool wxIniConfig::DeleteAll()
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
bool wxIniConfig::RenameEntry(const wxString& oldName, const wxString& newName)
|
||||
{
|
||||
// Not implemented
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
bool wxIniConfig::RenameGroup(const wxString& oldName, const wxString& newName)
|
||||
{
|
||||
// Not implemented
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user