From: Michael Wetherell Date: Fri, 20 May 2005 21:30:25 +0000 (+0000) Subject: wxUSE_CHECKLISTBOX does not require wxUSE_OWNER_DRAWN when using WXUNIVERSAL X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d7bc7fec65f477e2ca4c0ac92f5aa1fbfd547b39 wxUSE_CHECKLISTBOX does not require wxUSE_OWNER_DRAWN when using WXUNIVERSAL git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/chkconf.h b/include/wx/msw/chkconf.h index 20591f231e..a0345f4461 100644 --- a/include/wx/msw/chkconf.h +++ b/include/wx/msw/chkconf.h @@ -92,7 +92,7 @@ #define wxUSE_DRAG_AND_DROP 0 #endif -#if !wxUSE_OWNER_DRAWN +#if !wxUSE_OWNER_DRAWN && !defined(__WXUNIVERSAL__) #undef wxUSE_CHECKLISTBOX #define wxUSE_CHECKLISTBOX 0 #endif