X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/84fff0b395adcfecd09dd65389ba7c1c47dd7eee..b0655a87f40073577bdb8ba4378e5e683a163d44:/src/common/datstrm.cpp diff --git a/src/common/datstrm.cpp b/src/common/datstrm.cpp index bdf796f7c2..aff9c5355c 100644 --- a/src/common/datstrm.cpp +++ b/src/common/datstrm.cpp @@ -17,13 +17,15 @@ #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