X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/25331334d44db60fa60016f80a100ffec3daf38d..706bb5f973ccb44a924ee1f9aa79c7ee34eb2556:/src/common/sckfile.cpp diff --git a/src/common/sckfile.cpp b/src/common/sckfile.cpp index 81fe891009..d4ae328d0f 100644 --- a/src/common/sckfile.cpp +++ b/src/common/sckfile.cpp @@ -19,6 +19,8 @@ #pragma hdrstop #endif +#if wxUSE_SOCKETS + #ifndef WX_PRECOMP #endif @@ -44,3 +46,6 @@ wxInputStream *wxFileProto::GetInputStream(const wxString& path) { return new wxFileInputStream(path); } + +#endif + // wxUSE_SOCKETS