Allow building with wxUSE_PROTOCOL_FTP/HTTP == 0.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31238 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2005-01-05 07:26:40 +00:00
parent d115ca5ef3
commit ce195ee632
2 changed files with 21 additions and 15 deletions

View File

@@ -88,11 +88,11 @@ public:
protected:
static wxProtoInfo *ms_protocols;
#if wxUSE_SOCKETS
#if wxUSE_PROTOCOL_HTTP
static wxHTTP *ms_proxyDefault;
static bool ms_useDefaultProxy;
wxHTTP *m_proxy;
#endif // wxUSE_SOCKETS
#endif // wxUSE_PROTOCOL_HTTP
#if wxUSE_URL_NATIVE
friend class wxURLNativeImp;