]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/url.cpp
wxImage now uses GTK 1.2's fast rendering code if possible
[wxWidgets.git] / src / common / url.cpp
index 8c7ddb27d2dd2775ee970f2c46221db264c75f24..9c012d1602049c2057f1105619c0d715d44fbb43 100644 (file)
@@ -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