Solves 2 problems I encounterd on OpenVMS :
stdpaths.cpp : missing rourtine in VMS part
bitmap.cpp : type casts WXPixmap changed to Pixmap
Modified Files:
wxWidgets/src/unix/stdpaths.cpp wxWidgets/src/x11/bitmap.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43443 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -100,6 +100,11 @@ wxStandardPaths::GetLocalizedResourcesDir(const wxChar *lang,
|
||||
return wxStandardPathsBase::GetLocalizedResourcesDir(lang, category);
|
||||
}
|
||||
|
||||
wxString wxStandardPaths::GetExecutablePath() const
|
||||
{
|
||||
return wxStandardPathsBase::GetExecutablePath();
|
||||
}
|
||||
|
||||
#else // !__VMS
|
||||
|
||||
// ============================================================================
|
||||
|
||||
Reference in New Issue
Block a user