]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/datstrm.h
Added some #defines
[wxWidgets.git] / include / wx / datstrm.h
index 82e7b8daa979e5142e79ce5c3e6d74240a9407eb..e3bb7eeb800cd0f181c3b42f5ce6fd6ab8d362c1 100644 (file)
@@ -18,6 +18,8 @@
 
 #include <wx/stream.h>
 
+#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_