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

View file

@ -2300,6 +2300,15 @@
# endif
#endif /* wxUSE_WEBVIEW && !any web view backend */
#if wxUSE_WEBREQUEST && !(wxUSE_WEBREQUEST_WINHTTP || wxUSE_WEBREQUEST_URLSESSION || wxUSE_WEBREQUEST_CURL)
# ifdef wxABORT_ON_CONFIG_ERROR
# error "wxUSE_WEBREQUEST requires at least one backend"
# else
# undef wxUSE_WEBREQUEST
# define wxUSE_WEBREQUEST 0
# endif
#endif /* wxUSE_WEBREQUEST && !any web request backend */
#if wxUSE_PREFERENCES_EDITOR
/*
We can use either a generic implementation, using wxNotebook, or a