X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/18c07b73c6fa48c7c7b4a2867bcee4c81aa82c20..28d52eed36a2b4ee6ea36b3c5d4861b3ea292074:/include/wx/mstream.h diff --git a/include/wx/mstream.h b/include/wx/mstream.h index 3bd53e642d..1c3283e779 100644 --- a/include/wx/mstream.h +++ b/include/wx/mstream.h @@ -13,6 +13,8 @@ #include +#if wxUSE_STREAMS + class wxMemoryInputStream: public wxInputStream { private: size_t m_length; @@ -32,3 +34,7 @@ class wxMemoryOutputStream: public wxOutputStream { }; #endif + // wxUSE_STREAMS + +#endif + // _WX_WXMMSTREAM_H__ \ No newline at end of file