X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/375abe3dac3d7816738ccd1ab495d9a0441550d4..48da7d0ba891d2e6d2f326a5122b92bae2fdf1fc:/src/common/sckstrm.cpp diff --git a/src/common/sckstrm.cpp b/src/common/sckstrm.cpp index 8dde4ba92e..c0b5332b04 100644 --- a/src/common/sckstrm.cpp +++ b/src/common/sckstrm.cpp @@ -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