Merge branch 'staging' of https://github.com/stahta01/wxWidgets
Allow building wxGTK for MSW using MSys2 and configure. Close https://github.com/wxWidgets/wxWidgets/pull/428
This commit is contained in:
@@ -183,11 +183,6 @@
|
||||
#define wxUSE_SECRETSTORE 0
|
||||
#endif
|
||||
|
||||
#if !wxUSE_OWNER_DRAWN && !defined(__WXUNIVERSAL__)
|
||||
# undef wxUSE_CHECKLISTBOX
|
||||
# define wxUSE_CHECKLISTBOX 0
|
||||
#endif
|
||||
|
||||
#if wxUSE_SPINCTRL
|
||||
# if !wxUSE_SPINBTN
|
||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||
@@ -199,6 +194,16 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* wxMSW-specific checks: notice that this file is also used with wxUniv
|
||||
and can even be used with wxGTK, when building it under Windows.
|
||||
*/
|
||||
#if defined(__WXMSW__) && !defined(__WXUNIVERSAL__)
|
||||
# if !wxUSE_OWNER_DRAWN
|
||||
# undef wxUSE_CHECKLISTBOX
|
||||
# define wxUSE_CHECKLISTBOX 0
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/*
|
||||
Compiler-specific checks.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user