wxApp::GetComCtl32Version seems possible and works now with DMC.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28828 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -625,8 +625,7 @@ void wxApp::OnQueryEndSession(wxCloseEvent& event)
|
||||
/* static */
|
||||
int wxApp::GetComCtl32Version()
|
||||
{
|
||||
//FIX ME FOR DIGITALMARS!!
|
||||
#if defined(__WXMICROWIN__) || defined(__WXWINCE__) || defined(__DIGITALMARS__)
|
||||
#if defined(__WXMICROWIN__) || defined(__WXWINCE__)
|
||||
return 0;
|
||||
#else
|
||||
// cache the result
|
||||
|
Reference in New Issue
Block a user