]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/sckstrm.cpp
* wxSocket seems to work with the async requester turned off.
[wxWidgets.git] / src / common / sckstrm.cpp
index 8dde4ba92e14fae4afd1506ccd19be7e022e0bb4..c0b5332b046e59d7779858b18bd833bafe70c19c 100644 (file)
@@ -19,6 +19,8 @@
 #pragma hdrstop
 #endif
 
+#if wxUSE_SOCKETS
+
 #ifndef WX_PRECOMP
 #endif
 
@@ -86,3 +88,5 @@ wxSocketStream::wxSocketStream(wxSocketBase& s)
 wxSocketStream::~wxSocketStream()
 {
 }
+
+#endif