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:
parent
c5fe22f8f4
commit
f07067b7da
@ -126,6 +126,10 @@ wxRendererNative& wxRendererMSW::Get()
|
|||||||
return s_rendererMSW;
|
return s_rendererMSW;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if defined(__WXWINCE__) && !defined(DFCS_FLAT)
|
||||||
|
#define DFCS_FLAT 0
|
||||||
|
#endif
|
||||||
|
|
||||||
void
|
void
|
||||||
wxRendererMSW::DrawComboBoxDropButton(wxWindow * WXUNUSED(win),
|
wxRendererMSW::DrawComboBoxDropButton(wxWindow * WXUNUSED(win),
|
||||||
wxDC& dc,
|
wxDC& dc,
|
||||||
|
Loading…
Reference in New Issue
Block a user