Fix typo and slightly improve wxUSE_WEBREQUEST_CURL comment

This commit is contained in:
Vadim Zeitlin
2020-12-13 00:10:28 +01:00
parent 2ddf8705af
commit 5c3db1574e
7 changed files with 40 additions and 20 deletions

View File

@@ -658,11 +658,12 @@
#define wxUSE_WEBREQUEST_URLSESSION 0
#endif
// wxWebRequest backend based on NSURLSession
// wxWebRequest backend based on libcurl, can be used under all platforms.
//
// Default is 1
//
// Recommended setting: 0 on Windows and macOS otherwise 1
// Recommended setting: 0 on Windows and macOS, otherwise 1 as it is required
// for wxWebRequest to be available at all.
#if defined(__WINDOWS__) || defined(__APPLE__)
#define wxUSE_WEBREQUEST_CURL 0
#else
@@ -1437,7 +1438,8 @@
#define wxUSE_GLCANVAS 1
// Setting wxUSE_GLCANVAS_EGL to 1 enables OpenGL EGL backend. This will be
// automatically enabled if EGL support is detected.
// automatically enabled if EGL support is detected. EGL support is only
// available under Unix platforms.
//
// Default is 0.
//