diff --git a/src/msw/listctrl.cpp b/src/msw/listctrl.cpp index ad5f768129..2019554161 100644 --- a/src/msw/listctrl.cpp +++ b/src/msw/listctrl.cpp @@ -294,11 +294,7 @@ void wxListCtrl::MSWSetExListStyles() ::SendMessage ( GetHwnd(), LVM_SETEXTENDEDLISTVIEWSTYLE, 0, - // LVS_EX_LABELTIP shouldn't be used under Windows CE where it's - // not defined in the SDK headers -#ifdef LVS_EX_LABELTIP LVS_EX_LABELTIP | -#endif LVS_EX_FULLROWSELECT | LVS_EX_SUBITEMIMAGES | LVS_EX_DOUBLEBUFFER |