]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filesys.h
define HDS_FLAT not defined in VC6 headers
[wxWidgets.git] / include / wx / filesys.h
index 00214c18afb2aec63180071a0009d70178fd2fb0..80f772c0b7a6e34e5d6c9a0828cd6c44bd490a89 100644 (file)
@@ -12,6 +12,8 @@
 
 #include "wx/defs.h"
 
+#if wxUSE_FILESYSTEM
+
 #if !wxUSE_STREAMS
 #error You cannot compile virtual file systems without wxUSE_STREAMS
 #endif
@@ -20,8 +22,6 @@
 #error You cannot compile wxHTML without virtual file systems
 #endif
 
-#if wxUSE_FILESYSTEM
-
 #include "wx/stream.h"
 #include "wx/datetime.h"
 #include "wx/filename.h"