]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/http.cpp
Corrected valtext.cpp for disabled controls; added Dialog Editor fixes
[wxWidgets.git] / src / common / http.cpp
index edc2a6a48c02f1228521f21169852a3634bcc2aa..9d08ee7d801db18883c5b7eb57843855d93e3d5c 100644 (file)
@@ -20,6 +20,8 @@
 #pragma hdrstop
 #endif
 
+#if wxUSE_SOCKETS
+
 #ifndef WX_PRECOMP
 #endif
 
@@ -276,3 +278,6 @@ wxInputStream *wxHTTP::GetInputStream(const wxString& path)
 
   return inp_stream;
 }
+
+#endif
+   // wxUSE_SOCKETS