git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37725
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// TODO: support for centred/right aligned columns
::DrawText(hdc, text, -1, &rc,
// TODO: support for centred/right aligned columns
::DrawText(hdc, text, -1, &rc,
- DT_WORD_ELLIPSIS | DT_NOPREFIX | DT_SINGLELINE | DT_VCENTER);
+#ifndef __WXWINCE__
+ DT_WORD_ELLIPSIS |
+#endif // __WXWINCE__
+ DT_NOPREFIX | DT_SINGLELINE | DT_VCENTER);
}
static void HandleItemPostpaint(NMCUSTOMDRAW nmcd)
}
static void HandleItemPostpaint(NMCUSTOMDRAW nmcd)