X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/375abe3dac3d7816738ccd1ab495d9a0441550d4..ba0730de65d6a867bdb3ed506628a99a8ed5ec95:/src/common/url.cpp?ds=sidebyside diff --git a/src/common/url.cpp b/src/common/url.cpp index 8c7ddb27d2..9c012d1602 100644 --- a/src/common/url.cpp +++ b/src/common/url.cpp @@ -20,6 +20,8 @@ #pragma hdrstop #endif +#if wxUSE_SOCKETS + #ifndef WX_PRECOMP #endif @@ -313,3 +315,6 @@ void wxURL::SetProxy(const wxString& url_proxy) m_protoname = "proxy"; m_path = url_proxy; } + +#endif + // wxUSE_SOCKETS