]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mstream.h
OK, maybe not done yet, have to fix Unicode compilation one more place...
[wxWidgets.git] / include / wx / mstream.h
index 3bd53e642dfa35038f3e1b5f59a384b1653d475c..1c3283e77934d96901c85928b3d5a65e10cf6f9f 100644 (file)
@@ -13,6 +13,8 @@
 
 #include <wx/stream.h>
 
+#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