]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/objstrm.h
wxWINE things.
[wxWidgets.git] / include / wx / objstrm.h
index 699492671c183c6cb8369737e1b73ad322ad4feb..f077528e12c95c30ad3a890a92d6581b548a49c1 100644 (file)
@@ -16,6 +16,9 @@
 #endif
 
 #include "wx/defs.h"
+
+#if wxUSE_STREAMS && wxUSE_SERIAL
+
 #include "wx/object.h"
 #include "wx/string.h"
 #include "wx/stream.h"
@@ -81,3 +84,7 @@ class wxObjectInputStream : public wxFilterInputStream {
 };
 
 #endif
+  // wxUSE_STREAMS && wxUSE_SERIAL
+
+#endif
+  // _WX_WXOBJSTRM_H__
\ No newline at end of file