Fix check for wxUSE_BACKINGFILE.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell 2006-10-24 07:29:05 +00:00
parent 576bdf8565
commit 66ad27db7b

View File

@ -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 */