From: Włodzimierz Skiba Date: Wed, 18 Aug 2004 11:34:38 +0000 (+0000) Subject: wxApp::GetComCtl32Version seems possible and works now with DMC. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fd7b70bd79e06158cf8a10cdbeef77ad6d57c37b 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 --- diff --git a/src/msw/app.cpp b/src/msw/app.cpp index 72221a117c..f0d2197704 100644 --- a/src/msw/app.cpp +++ b/src/msw/app.cpp @@ -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