]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/sckfile.cpp
MIME support
[wxWidgets.git] / src / common / sckfile.cpp
index 81fe891009107d7b6d14a6f5c5d544a025e7a1b6..d4ae328d0fcb31a1073b1f0558701b1f00105c7b 100644 (file)
@@ -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