181be127a5
Remove automatic definition of wxUSE_WEBREQUEST depending on whether wxUSE_WEBREQUEST_XXX are defined and follow the same approach as with wxUSE_GRAPHICS_XXX, i.e. define wxUSE_WEBREQUEST_XXX as wxUSE_WEBREQUEST by default instead. Move wxUSE_WEBREQUEST_WINHTTP to wxMSW-specific file, it doesn't need to be in common one (unfortunately this can't be done for the Mac-specific wxUSE_WEBREQUEST_URLSESSION yet, because macOS-specific settings are not injected into setup.h.in currently). Also fix test for winhttp.h availability: it seems to be present in all MinGW64 distributions, but not in MinGW32, so test for this and not for gcc version. Finally remove the now unnecessary test for macOS 10.9, as we only support 10.10+ anyhow by now. |
||
---|---|---|
.. | ||
anybutton.h | ||
app.h | ||
bmpbuttn.h | ||
button.h | ||
checkbox.h | ||
checklst.h | ||
chkconf.h | ||
choice.h | ||
colschem.h | ||
combobox.h | ||
control.h | ||
custombgwin.h | ||
dialog.h | ||
frame.h | ||
gauge.h | ||
inpcons.h | ||
inphand.h | ||
listbox.h | ||
menu.h | ||
menuitem.h | ||
notebook.h | ||
panel.h | ||
radiobox.h | ||
radiobut.h | ||
renderer.h | ||
scrarrow.h | ||
scrolbar.h | ||
scrthumb.h | ||
scrtimer.h | ||
setup0.h | ||
setup_inc.h | ||
slider.h | ||
spinbutt.h | ||
statbmp.h | ||
statbox.h | ||
statline.h | ||
stattext.h | ||
statusbr.h | ||
stdrend.h | ||
textctrl.h | ||
tglbtn.h | ||
theme.h | ||
toolbar.h | ||
toplevel.h | ||
window.h |