X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..ecffe99226f1f13659cdc965b5b5d18692fd25f6:/src/common/url.cpp diff --git a/src/common/url.cpp b/src/common/url.cpp index b6c54cca45..c2e863f0b4 100644 --- a/src/common/url.cpp +++ b/src/common/url.cpp @@ -35,7 +35,13 @@ IMPLEMENT_CLASS(wxURL, wxObject) // Protocols list wxProtoInfo *wxURL::ms_protocols = NULL; +// Enforce linking of protocol classes: +USE_PROTOCOL(wxFileProto) + #if wxUSE_SOCKETS +USE_PROTOCOL(wxHTTP) +USE_PROTOCOL(wxFTP) + wxHTTP *wxURL::ms_proxyDefault = NULL; bool wxURL::ms_useDefaultProxy = FALSE; #endif