]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filesys.h
crash in wxAppBase::SetActive fixed
[wxWidgets.git] / include / wx / filesys.h
index 30916ee6ef675248b9753be592f50c25d25046d6..da754cfe8aab5f6ff4faf994fd2c92e333731604 100644 (file)
 
 #include "wx/setup.h"
 
-#if (wxUSE_HTML || wxUSE_FS_INET || wxUSE_FS_ZIP) && wxUSE_STREAMS
+#if !wxUSE_STREAMS
+#error You cannot compile virtual file systems without wxUSE_STREAMS
+#endif
+
+#if wxUSE_HTML && !wxUSE_FILESYSTEM
+#error You cannot compile wxHTML without virtual file systems
+#endif
+
+#if wxUSE_FILESYSTEM
 
 #include "wx/stream.h"
 #include "wx/url.h"
@@ -215,7 +223,7 @@ special characters :
 */
 
 #endif
-  // (wxUSE_FS_INET || wxUSE_FS_ZIP) && wxUSE_STREAMS
+  // wxUSE_FILESYSTEM
 
 #endif
   // __FILESYS_H__