#include "wx/wxprec.h"
#ifdef __BORLANDC__
-#pragma hdrstop
+ #pragma hdrstop
#endif
#ifndef WX_PRECOMP
-#include "wx/defs.h"
+ #include "wx/defs.h"
#endif
+#if wxUSE_STREAMS
+
#include "wx/datstrm.h"
// ---------------------------------------------------------------------------
#endif
Write(buf, 10);
}
+
+#endif
+ // wxUSE_STREAMS
+
\ No newline at end of file