From bae2dc62af49b5a870bbabd9473a92921736a6f0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Thu, 26 Oct 2006 09:58:56 +0000 Subject: [PATCH] Updated setup. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42443 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/univ/setup0.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/wx/univ/setup0.h b/include/wx/univ/setup0.h index bdac8202b2..282f444ef2 100644 --- a/include/wx/univ/setup0.h +++ b/include/wx/univ/setup0.h @@ -441,6 +441,9 @@ // Set to 1 to compile wxZipInput/OutputStream classes. #define wxUSE_ZIPSTREAM 1 +// Set to 1 to compile wxBackingFile and wxBackedInputStream +#define wxUSE_BACKINGFILE 1 + // Set to 1 to compile wxZlibInput/OutputStream classes. Also required by // wxUSE_LIBPNG #define wxUSE_ZLIB 1 -- 2.50.0