From 66ad27db7bffc24e123755617be010fdbc8da38d Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Tue, 24 Oct 2006 07:29:05 +0000 Subject: [PATCH] Fix check for wxUSE_BACKINGFILE. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/chkconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/chkconf.h b/include/wx/chkconf.h index 43b8c8d6f8..34ee4789e9 100644 --- a/include/wx/chkconf.h +++ b/include/wx/chkconf.h @@ -1174,7 +1174,7 @@ # error "wxBackingFile requires wxStream and wxFile or wxFFile" # else # undef wxUSE_BACKINGFILE -# define wxUSE_BACKINGFILE 1 +# define wxUSE_BACKINGFILE 0 # endif # endif #endif /* wxUSE_BACKINGFILE */ -- 2.45.2