Only change wxUSE_CHECKLISTBOX to 0 when MSW toolkit.
This commit is contained in:
@@ -183,7 +183,7 @@
|
|||||||
#define wxUSE_SECRETSTORE 0
|
#define wxUSE_SECRETSTORE 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !wxUSE_OWNER_DRAWN && !defined(__WXUNIVERSAL__)
|
#if !wxUSE_OWNER_DRAWN && !defined(__WXUNIVERSAL__) && defined(__WXMSW__)
|
||||||
# undef wxUSE_CHECKLISTBOX
|
# undef wxUSE_CHECKLISTBOX
|
||||||
# define wxUSE_CHECKLISTBOX 0
|
# define wxUSE_CHECKLISTBOX 0
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user