X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/25331334d44db60fa60016f80a100ffec3daf38d..b0655a87f40073577bdb8ba4378e5e683a163d44:/src/common/sckfile.cpp diff --git a/src/common/sckfile.cpp b/src/common/sckfile.cpp index 81fe891009..6c472fe224 100644 --- a/src/common/sckfile.cpp +++ b/src/common/sckfile.cpp @@ -16,19 +16,22 @@ #include "wx/wxprec.h" #ifdef __BORLANDC__ -#pragma hdrstop + #pragma hdrstop #endif #ifndef WX_PRECOMP + #include "wx/defs.h" #endif +#if wxUSE_SOCKETS + #include #include #include #if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxFileProto, wxProtocol) -IMPLEMENT_PROTOCOL(wxFileProto, "file", NULL, FALSE) +IMPLEMENT_PROTOCOL(wxFileProto, _T("file"), NULL, FALSE) #endif wxFileProto::wxFileProto() @@ -44,3 +47,6 @@ wxInputStream *wxFileProto::GetInputStream(const wxString& path) { return new wxFileInputStream(path); } + +#endif + // wxUSE_SOCKETS