Check if wxUSE_WEBREQUEST is defined

This commit is contained in:
Maarten Bent
2021-03-18 20:49:57 +01:00
parent c82e13068a
commit 5bdd5e1432
4 changed files with 7 additions and 7 deletions

View File

@@ -12,7 +12,7 @@
#include "wx/webrequest.h"
#if wxUSE_WEBREQUEST_CURL
#if wxUSE_WEBREQUEST && wxUSE_WEBREQUEST_CURL
#include "wx/private/webrequest_curl.h"