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

@@ -1231,6 +1231,14 @@
# endif
#endif /* !defined(wxUSE_VALIDATORS) */
#ifndef wxUSE_WEBREQUEST
# ifdef wxABORT_ON_CONFIG_ERROR
# error "wxUSE_WEBREQUEST must be defined, please read comment near the top of this file."
# else
# define wxUSE_WEBREQUEST 0
# endif
#endif /* !defined(wxUSE_WEBREQUEST) */
#ifndef wxUSE_WEBVIEW
# ifdef wxABORT_ON_CONFIG_ERROR
# error "wxUSE_WEBVIEW must be defined, please read comment near the top of this file."