using wxURL now enforces linking http.o, ftp.o and sckfile.o
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -35,6 +35,11 @@ IMPLEMENT_CLASS(wxURL, wxObject)
|
||||
// Protocols list
|
||||
wxProtoInfo *wxURL::ms_protocols = NULL;
|
||||
|
||||
// Enforce linking of protocol classes:
|
||||
USE_PROTOCOL(wxHTTP)
|
||||
USE_PROTOCOL(wxFTP)
|
||||
USE_PROTOCOL(wxFileProto)
|
||||
|
||||
#if wxUSE_SOCKETS
|
||||
wxHTTP *wxURL::ms_proxyDefault = NULL;
|
||||
bool wxURL::ms_useDefaultProxy = FALSE;
|
||||
|
Reference in New Issue
Block a user