]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wfstream.h
Typos.
[wxWidgets.git] / include / wx / wfstream.h
index b0f4dbb02abca76922850f5ed2689f580508a42d..52c23478a7e937be65e1ed866bd6d21153c51898 100644 (file)
 #pragma interface "wfstream.h"
 #endif
 
+#include "wx/defs.h"
+
+#if wxUSE_STREAMS && wxUSE_FILE
+
 #include <wx/object.h>
 #include <wx/string.h>
 #include <wx/stream.h>
@@ -79,3 +83,7 @@ class wxFileStream: public wxFileInputStream, public wxFileOutputStream {
 };
 
 #endif
+  // wxUSE_STREAMS && wxUSE_FILE
+
+#endif
+  // _WX_WXFSTREAM_H__
\ No newline at end of file