]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/sckfile.cpp
Explicit casting/instantiation to resolve ambiguous overload.
[wxWidgets.git] / src / common / sckfile.cpp
index 41686d09d8d808c7d93798f53c92cc2c389a6153..a4487f8df08572220a6d66bce81f784d0f68272d 100644 (file)
 #pragma hdrstop
 #endif
 
+#if wxUSE_SOCKETS
+
 #ifndef WX_PRECOMP
 #endif
 
 #include <stdio.h>
-#include <stdlib.h>
-#include <wx/fstream.h>
-#include "wx/protocol/file.h"
+#include <wx/wfstream.h>
+#include <wx/protocol/file.h>
 
 #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()
@@ -45,3 +46,6 @@ wxInputStream *wxFileProto::GetInputStream(const wxString& path)
 {
   return new wxFileInputStream(path);
 }
+
+#endif
+  // wxUSE_SOCKETS