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:
Włodzimierz Skiba
2004-08-18 11:34:38 +00:00
parent 77c46f00b5
commit fd7b70bd79

View File

@@ -625,8 +625,7 @@ void wxApp::OnQueryEndSession(wxCloseEvent& event)
/* static */ /* static */
int wxApp::GetComCtl32Version() int wxApp::GetComCtl32Version()
{ {
//FIX ME FOR DIGITALMARS!! #if defined(__WXMICROWIN__) || defined(__WXWINCE__)
#if defined(__WXMICROWIN__) || defined(__WXWINCE__) || defined(__DIGITALMARS__)
return 0; return 0;
#else #else
// cache the result // cache the result