]> git.saurik.com Git - wxWidgets.git/commitdiff
wxApp::GetComCtl32Version seems possible and works now with DMC.
authorWłodzimierz Skiba <abx@abx.art.pl>
Wed, 18 Aug 2004 11:34:38 +0000 (11:34 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Wed, 18 Aug 2004 11:34:38 +0000 (11:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28828 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/app.cpp

index 72221a117c387f2092d9bc663ce380d22cabd77c..f0d21977043fd7397654339340f46a7b601af2e5 100644 (file)
@@ -625,8 +625,7 @@ void wxApp::OnQueryEndSession(wxCloseEvent& event)
 /* static */
 int wxApp::GetComCtl32Version()
 {
 /* 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
     return 0;
 #else
     // cache the result