]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/objstrm.h
SetIcon added
[wxWidgets.git] / include / wx / objstrm.h
index 699492671c183c6cb8369737e1b73ad322ad4feb..8d1970df1f10435d6568aac693c0731a91c563ac 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__