Prepare additional wxWebRequest backends

This commit is contained in:
Tobias Taschner 2018-10-25 13:08:51 +02:00
parent 6db3f5f115
commit 5f3dc058aa
No known key found for this signature in database
GPG key ID: AE6ECD71294F87FD
32 changed files with 710 additions and 18 deletions

5
configure vendored
View file

@ -36621,6 +36621,11 @@ fi
if test "$wxUSE_WEBREQUEST" = "yes"; then
$as_echo "#define wxUSE_WEBREQUEST 1" >>confdefs.h
if test "$wxUSE_MSW" = 1; then
$as_echo "#define wxUSE_WEBREQUEST_WINHTTP 1" >>confdefs.h
fi
fi