Prepare additional wxWebRequest backends

This commit is contained in:
Tobias Taschner
2018-10-25 13:08:51 +02:00
parent 6db3f5f115
commit 5f3dc058aa
32 changed files with 710 additions and 18 deletions

View File

@@ -6347,6 +6347,11 @@ fi
if test "$wxUSE_WEBREQUEST" = "yes"; then
AC_DEFINE(wxUSE_WEBREQUEST)
if test "$wxUSE_MSW" = 1; then
dnl TODO: Check for the required headers/libraries under Windows
AC_DEFINE(wxUSE_WEBREQUEST_WINHTTP)
fi
fi
dnl ---------------------------------------------------------------------------