X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a49ffb32e2500efeb0979feea50a8d823d82a355..675c8837a50c4a535403f3d38e69e283353f94e0:/setup.h.in diff --git a/setup.h.in b/setup.h.in index e718230c58..6676237b33 100644 --- a/setup.h.in +++ b/setup.h.in @@ -332,6 +332,7 @@ #define wxUSE_RADIOBOX 0 #define wxUSE_RADIOBTN 0 #define wxUSE_SCROLLBAR 0 +#define wxUSE_SEARCHCTRL 0 #define wxUSE_SLIDER 0 #define wxUSE_SPINBTN 0 #define wxUSE_SPINCTRL 0 @@ -1161,9 +1162,9 @@ */ #define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 1 -/* Define if the system headers declare the type boolean (which will conflict - * with the jpeg headers unless HAVE_BOOLEAN is defined). */ -#undef HAVE_BOOLEAN +/* When using an external jpeg library and the Windows headers already define + * boolean, define to the type used by the jpeg library for boolean. */ +#undef wxHACK_BOOLEAN /* Define if the header pbt.h is missing. */ #undef NEED_PBT_H