]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/sckfile.cpp
Committing in .
[wxWidgets.git] / src / common / sckfile.cpp
index 41686d09d8d808c7d93798f53c92cc2c389a6153..f5ddc187ea3210309a22e22dca672b9af89ac143 100644 (file)
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
-#pragma hdrstop
+  #pragma hdrstop
 #endif
 
 #ifndef WX_PRECOMP
 #endif
 
 #ifndef WX_PRECOMP
+  #include "wx/defs.h"
 #endif
 
 #include <stdio.h>
 #endif
 
 #include <stdio.h>
-#include <stdlib.h>
-#include <wx/fstream.h>
+#include "wx/wfstream.h"
 #include "wx/protocol/file.h"
 
 #if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxFileProto, wxProtocol)
 #include "wx/protocol/file.h"
 
 #if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxFileProto, wxProtocol)
-IMPLEMENT_PROTOCOL(wxFileProto, "file", NULL, FALSE)
+IMPLEMENT_PROTOCOL(wxFileProto, wxT("file"), NULL, FALSE)
 #endif
 
 wxFileProto::wxFileProto()
 #endif
 
 wxFileProto::wxFileProto()
@@ -45,3 +45,4 @@ wxInputStream *wxFileProto::GetInputStream(const wxString& path)
 {
   return new wxFileInputStream(path);
 }
 {
   return new wxFileInputStream(path);
 }
+