fix compilation without wxUSE_FILESYSTEM (closes #10114)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56620 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-10-31 13:07:42 +00:00
parent 13e451aee2
commit 08e827d82d

View 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"