]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filesys.h
compilation fixes
[wxWidgets.git] / include / wx / filesys.h
index 5ff10cb25e2a40c26ee7d057be5e6d4c356352d0..15182beef3a7bb2a254f2d9f194d5bdfed8241c7 100644 (file)
 #pragma interface
 #endif
 
-#include <wx/stream.h>
-#include <wx/mimetype.h>
-#include <wx/url.h>
+#include "wx/setup.h"
+
+#if (wxUSE_FS_INET || wxUSE_FS_ZIP) && wxUSE_STREAMS
+
+#include "wx/stream.h"
+#include "wx/mimetype.h"
+#include "wx/url.h"
 
 
 class wxFSFile;
@@ -191,4 +195,8 @@ special characters :
 
 */
 
-#endif // __FILESYS_H__
+#endif
+  // (wxUSE_FS_INET || wxUSE_FS_ZIP) && wxUSE_STREAMS
+
+#endif 
+  // __FILESYS_H__