]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/sckfile.cpp
Unicode fix.
[wxWidgets.git] / src / common / sckfile.cpp
index 41686d09d8d808c7d93798f53c92cc2c389a6153..d4ae328d0fcb31a1073b1f0558701b1f00105c7b 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)
@@ -45,3 +46,6 @@ wxInputStream *wxFileProto::GetInputStream(const wxString& path)
 {
   return new wxFileInputStream(path);
 }
+
+#endif
+  // wxUSE_SOCKETS