X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c33534e597932b7f9df583df8de69a4c16d9ae5a..28d52eed36a2b4ee6ea36b3c5d4861b3ea292074:/include/wx/datstrm.h diff --git a/include/wx/datstrm.h b/include/wx/datstrm.h index 82e7b8daa9..e3bb7eeb80 100644 --- a/include/wx/datstrm.h +++ b/include/wx/datstrm.h @@ -18,6 +18,8 @@ #include +#if wxUSE_STREAMS + class WXDLLEXPORT wxDataInputStream: public wxFilterInputStream { public: wxDataInputStream(wxInputStream& s); @@ -44,5 +46,8 @@ class WXDLLEXPORT wxDataOutputStream: public wxFilterOutputStream { void WriteString(const wxString& string); }; +#endif + // wxUSE_STREAMS + #endif // _WX_DATSTREAM_H_