From 08e827d82daf916a08d0eb0f12cb91d9061fa921 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 31 Oct 2008 13:07:42 +0000 Subject: [PATCH] fix compilation without wxUSE_FILESYSTEM (closes #10114) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56620 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/filesys.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/filesys.h b/include/wx/filesys.h index 00214c18af..80f772c0b7 100644 --- a/include/wx/filesys.h +++ b/include/wx/filesys.h @@ -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" -- 2.47.2