]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/datstrm.cpp
Attempt to implement a bunch of wx string.h equivalents.
[wxWidgets.git] / src / common / datstrm.cpp
index bdf796f7c2f94fb8bd7ee63b5ee9c740500ad006..aff9c5355cf36a51f181592488ae842489eb420b 100644 (file)
 #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"
 
 // ---------------------------------------------------------------------------
@@ -200,3 +202,7 @@ void wxDataOutputStream::WriteDouble(double d)
 #endif
   Write(buf, 10);
 }
+
+#endif
+  // wxUSE_STREAMS
+  
\ No newline at end of file