]> git.saurik.com Git - wxWidgets.git/commitdiff
WinCE doesn't have DFCS_FLAT
authorJulian Smart <julian@anthemion.co.uk>
Mon, 28 Feb 2005 11:34:26 +0000 (11:34 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 28 Feb 2005 11:34:26 +0000 (11:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/renderer.cpp

index 0b54ae2c1fc23cdf34dcb2d2eb4f5d7e4b86acdf..610e58ef1bf6f5e3b81a59d323ad4ba0355cbc47 100644 (file)
@@ -126,6 +126,10 @@ wxRendererNative& wxRendererMSW::Get()
     return s_rendererMSW;
 }
 
+#if defined(__WXWINCE__) && !defined(DFCS_FLAT)
+#define DFCS_FLAT 0
+#endif
+
 void
 wxRendererMSW::DrawComboBoxDropButton(wxWindow * WXUNUSED(win),
                                       wxDC& dc,