WinCE doesn't have DFCS_FLAT

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2005-02-28 11:34:26 +00:00
parent c5fe22f8f4
commit f07067b7da

View 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,