/////////////////////////////////////////////////////////////////////////////
-// Name: sckfile.cpp
+// Name: src/common/sckfile.cpp
// Purpose: File protocol
// Author: Guilhem Lavaux
// Modified by:
#include "wx/wxprec.h"
#ifdef __BORLANDC__
- #pragma hdrstop
+ #pragma hdrstop
#endif
+#if wxUSE_STREAMS && wxUSE_PROTOCOL_FILE
+
#ifndef WX_PRECOMP
- #include "wx/defs.h"
#endif
-#if wxUSE_STREAMS && wxUSE_PROTOCOL_FILE
-
#include <stdio.h>
#include "wx/wfstream.h"
#include "wx/protocol/file.h"
}
#endif // wxUSE_STREAMS && wxUSE_PROTOCOL_FILE
-