]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/sckfile.cpp
1. some minor compilation fixes in datetime.cppm
[wxWidgets.git] / src / common / sckfile.cpp
index 6c472fe2241826786eeb43232af8c09e323ff7eb..220f95294c0a6948d73efb3b2a2167016d78cfef 100644 (file)
   #include "wx/defs.h"
 #endif
 
-#if wxUSE_SOCKETS
-
 #include <stdio.h>
-#include <wx/wfstream.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, _T("file"), NULL, FALSE)
-#endif
+IMPLEMENT_PROTOCOL(wxFileProto, wxT("file"), NULL, FALSE)
 
 wxFileProto::wxFileProto()
   : wxProtocol()
@@ -48,5 +44,3 @@ wxInputStream *wxFileProto::GetInputStream(const wxString& path)
   return new wxFileInputStream(path);
 }
 
-#endif
-  // wxUSE_SOCKETS