X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/32fc4afbb253f55d4b35b7ee7a2ca9a7eea49fd9..f0b078077d0b57e73ce754eb7d5ca2143d933cb2:/src/common/mstream.cpp diff --git a/src/common/mstream.cpp b/src/common/mstream.cpp index 3a1264e3fb..2bfa364e1e 100644 --- a/src/common/mstream.cpp +++ b/src/common/mstream.cpp @@ -14,8 +14,15 @@ #endif #include -#include -#include +#include "wx/stream.h" +#include "wx/mstream.h" + +#if !USE_SHARED_LIBRARY +IMPLEMENT_CLASS(wxMemoryStreamBase, wxStream) +IMPLEMENT_CLASS(wxMemoryInputStream, wxMemoryStreamBase) +//IMPLEMENT_DYNAMIC_CLASS(wxMemoryOutputStream, wxMemoryStreamBase) +//IMPLEMENT_DYNAMIC_CLASS(wxMemoryStream, wxMemoryStreamBase) +#endif wxMemoryStreamBase::wxMemoryStreamBase(char *data, size_t length, int iolimit) {