Add wxUSE_WEBREQUEST preprocessor constant
This commit is contained in:
parent
30d56ec5b7
commit
2c8fcf2584
13 changed files with 96 additions and 0 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue