X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f92f546c44e5d59a69c0d5a716ee3100d34e3192..d9ff0f91fbddae88286567cab74dcfb59c91fc0f:/src/common/url.cpp diff --git a/src/common/url.cpp b/src/common/url.cpp index eae17c35ca..c2e863f0b4 100644 --- a/src/common/url.cpp +++ b/src/common/url.cpp @@ -36,11 +36,12 @@ IMPLEMENT_CLASS(wxURL, wxObject) wxProtoInfo *wxURL::ms_protocols = NULL; // Enforce linking of protocol classes: -USE_PROTOCOL(wxHTTP) -USE_PROTOCOL(wxFTP) USE_PROTOCOL(wxFileProto) #if wxUSE_SOCKETS +USE_PROTOCOL(wxHTTP) +USE_PROTOCOL(wxFTP) + wxHTTP *wxURL::ms_proxyDefault = NULL; bool wxURL::ms_useDefaultProxy = FALSE; #endif