git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39001
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
12 files changed:
#if 0
+#ifndef WX_PRECOMP
+ #if wxUSE_STREAMS
+ #include "wx/stream.h"
+ #endif // wxUSE_STREAMS
+#endif //WX_PRECOMP
+
#include "wx/process.h"
-#include "wx/stream.h"
#include "wx/cocoa/string.h"
#include "wx/log.h"
#include "wx/app.h"
#include "wx/utils.h" // for wxGetHomeDir
+ #if wxUSE_STREAMS
+ #include "wx/stream.h"
+ #endif // wxUSE_STREAMS
#endif //WX_PRECOMP
#include "wx/file.h"
#include "wx/fileconf.h"
#include "wx/filefn.h"
-#if wxUSE_STREAMS
- #include "wx/stream.h"
-#endif // wxUSE_STREAMS
-
-
#if defined(__WXMAC__)
#include "wx/mac/private.h" // includes mac headers
#include "wx/filename.h" // for MacSetTypeAndCreator
#include "wx/wxprec.h"
#ifdef __BORLANDC__
- #pragma hdrstop
+ #pragma hdrstop
#endif
#if wxUSE_STREAMS
-#include <stdlib.h>
-#include "wx/stream.h"
#include "wx/mstream.h"
+#ifndef WX_PRECOMP
+ #include "wx/stream.h"
+#endif //WX_PRECOMP
+
+#include <stdlib.h>
+
// ============================================================================
// implementation
// ============================================================================
#if wxUSE_SOCKETS && wxUSE_STREAMS
+#include "wx/sckstrm.h"
+
#ifndef WX_PRECOMP
+ #include "wx/stream.h"
#endif
-#include "wx/stream.h"
#include "wx/socket.h"
-#include "wx/sckstrm.h"
// ---------------------------------------------------------------------------
// wxSocketOutputStream
#if wxUSE_STREAMS
+#include "wx/stream.h"
+
#ifndef WX_PRECOMP
#include "wx/log.h"
#endif
#include <ctype.h>
-#include "wx/stream.h"
#include "wx/datstrm.h"
#include "wx/textfile.h"
#ifndef WX_PRECOMP
#include "wx/string.h"
+ #if wxUSE_STREAMS
+ #include "wx/stream.h"
+ #endif
#endif
#if wxUSE_STD_IOSTREAM
#endif
#if wxUSE_STREAMS
-#include "wx/stream.h"
-#include "wx/txtstrm.h"
+ #include "wx/txtstrm.h"
#endif
#include "wx/string.h"
/////////////////////////////////////////////////////////////////////////////
-// Name: fstream.cpp
+// Name: src/common/fstream.cpp
// Purpose: "File stream" classes
// Author: Julian Smart
// Modified by:
#include "wx/wxprec.h"
#ifdef __BORLANDC__
- #pragma hdrstop
+ #pragma hdrstop
#endif
#if wxUSE_STREAMS
-#include <stdio.h>
-#include "wx/stream.h"
#include "wx/wfstream.h"
+#ifndef WX_PRECOMP
+ #include "wx/stream.h"
+#endif
+
+#include <stdio.h>
+
#if wxUSE_FILE
// ----------------------------------------------------------------------------
#endif //wxUSE_FFILE
#endif // wxUSE_STREAMS
-
#include "wx/intl.h"
#include "wx/log.h"
#include "wx/utils.h"
+ #if wxUSE_STREAMS
+ #include "wx/stream.h"
+ #endif
#endif
-#include "wx/stream.h"
#include "wx/image.h"
#include "wx/hashmap.h"
#include <string.h>
#include "wx/dynarray.h"
#include "wx/intl.h"
#include "wx/log.h"
+ #if wxUSE_STREAMS
+ #include "wx/stream.h"
+ #endif
#include "wx/sizer.h"
#include "wx/progdlg.h"
#include "wx/toolbar.h"
#include "wx/fontenum.h"
-#include "wx/stream.h"
#include "wx/filedlg.h"
#include "wx/artprov.h"
#include "wx/spinctrl.h"
#include "wx/dynarray.h"
#include "wx/intl.h"
#include "wx/log.h"
+ #if wxUSE_STREAMS
+ #include "wx/stream.h"
+ #endif
#include "wx/sizer.h"
#include "wx/progdlg.h"
#include "wx/toolbar.h"
#include "wx/fontenum.h"
-#include "wx/stream.h"
#include "wx/filedlg.h"
#include "wx/artprov.h"
#include "wx/spinctrl.h"
#include "wx/app.h"
#include "wx/intl.h"
#include "wx/log.h"
+ #if wxUSE_STREAMS
+ #include "wx/stream.h"
+ #endif
#endif
-#include "wx/stream.h"
#include "wx/process.h"
#include "wx/apptrait.h"
#include "wx/app.h"
#include "wx/intl.h"
#include "wx/log.h"
+ #if wxUSE_STREAMS
+ #include "wx/stream.h"
+ #endif
#endif
-#include "wx/stream.h"
#include "wx/process.h"
#include "wx/apptrait.h"
{
return 0;
}
-