Remove wxGetOsDescription from MGL's utils, and add it to msdos's
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37019 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -477,3 +477,13 @@ wxToolkitInfo& wxConsoleAppTraits::GetToolkitInfo()
|
||||
info.os = wxDOS;
|
||||
return info;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
// OS Description
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
wxString wxGetOsDescription()
|
||||
{
|
||||
wxString osname(_T("DOS"));
|
||||
return osname;
|
||||
}
|
||||
|
Reference in New Issue
Block a user