X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c969b007c2fb53b847b7843158e6557dbbdf24b8..8e509c4b0c60bc066958574e4122a3db8ffcf491:/include/wx/setup_inc.h?ds=sidebyside diff --git a/include/wx/setup_inc.h b/include/wx/setup_inc.h index 52d7d4a480..18ec6398fc 100644 --- a/include/wx/setup_inc.h +++ b/include/wx/setup_inc.h @@ -634,6 +634,7 @@ #define wxUSE_RADIOBOX 1 // wxRadioBox #define wxUSE_RADIOBTN 1 // wxRadioButton #define wxUSE_SCROLLBAR 1 // wxScrollBar +#define wxUSE_SEARCHCTRL 1 // wxSearchCtrl #define wxUSE_SLIDER 1 // wxSlider #define wxUSE_SPINBTN 1 // wxSpinButton #define wxUSE_SPINCTRL 1 // wxSpinCtrl @@ -1055,7 +1056,7 @@ // Should we use MS HTML help for wxHelpController? If disabled, neither // wxCHMHelpController nor wxBestHelpController are available. // -// Default is 1 +// Default is 1 under MSW, 0 is always used for the other platforms. // // Recommended setting: 1, only set to 0 if you have trouble compiling // wxCHMHelpController (could be a problem with really ancient compilers)