Add wxUSE_WEBREQUEST preprocessor constant

This commit is contained in:
Tobias Taschner
2018-10-17 21:33:17 +02:00
parent 30d56ec5b7
commit 2c8fcf2584
13 changed files with 96 additions and 0 deletions

View File

@@ -647,6 +647,12 @@
// wxMimeTypesManager class
#define wxUSE_MIMETYPE 1
// wxWebRequest and related classes: This will allow usage of system libraries
// for HTTP(S) requests
//
// Default is 1
#define wxUSE_WEBREQUEST 1
// wxProtocol and related classes: if you want to use either of wxFTP, wxHTTP
// or wxURL you need to set this to 1.
//