]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/sckfile.cpp
1. regenerated makefiles
[wxWidgets.git] / src / common / sckfile.cpp
index 81fe891009107d7b6d14a6f5c5d544a025e7a1b6..7cfb56086cb97b7067fa6bdfa9d0053cfaa39492 100644 (file)
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
-#pragma hdrstop
+  #pragma hdrstop
 #endif
 
 #ifndef WX_PRECOMP
+  #include "wx/defs.h"
 #endif
 
 #include <stdio.h>
@@ -28,7 +29,7 @@
 
 #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()
@@ -44,3 +45,4 @@ wxInputStream *wxFileProto::GetInputStream(const wxString& path)
 {
   return new wxFileInputStream(path);
 }
+