]>
git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stream.h
#pragma interface
#endif
+#include "wx/defs.h"
+
+#if wxUSE_STREAMS
+
#include <stdio.h>
#include "wx/object.h"
#include "wx/string.h"
};
#endif
+ // wxUSE_STREAMS
+
+#endif
+ // _WX_WXSTREAM_H__