Compilation fixed sor wxUSE_PROTOCOL_FTP/HTTP=0.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@22929 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2003-08-16 12:10:15 +00:00
parent ad7462e21d
commit 4d831c9265
2 changed files with 14 additions and 9 deletions

View File

@@ -66,7 +66,7 @@ public:
protected:
static wxProtoInfo *ms_protocols;
#if wxUSE_SOCKETS
#if wxUSE_SOCKETS && wxUSE_PROTOCOL_HTTP
static wxHTTP *ms_proxyDefault;
static bool ms_useDefaultProxy;
wxHTTP *m_proxy;