]> git.saurik.com Git - wxWidgets.git/commitdiff
wxUSE_CHECKLISTBOX does not require wxUSE_OWNER_DRAWN when using WXUNIVERSAL
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Fri, 20 May 2005 21:30:25 +0000 (21:30 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Fri, 20 May 2005 21:30:25 +0000 (21:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/chkconf.h

index 20591f231e8d6aacad9446ec5fbe851b78abdd1a..a0345f4461270dc550f50b5f9f13fb001964fd3a 100644 (file)
@@ -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