Make wxBackingFile internal, and remove wxZipFSHander, add a typedef to
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Sun, 29 Oct 2006 20:06:45 +0000 (20:06 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Sun, 29 Oct 2006 20:06:45 +0000 (20:06 +0000)
commit916af76f40555e9d2548a1538e2a5563222ea373
tree101a1fcdcfb97979d114799133b494381a05a258
parent96be8b4de06600dbab8ccf0bbe7d8b95732dd10a
Make wxBackingFile internal, and remove wxZipFSHander, add a typedef to
wxArchiveFSHandler for compatibilty.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42651 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
30 files changed:
Makefile.in
build/bakefiles/files.bkl
build/msw/makefile.bcc
build/msw/makefile.gcc
build/msw/makefile.vc
build/msw/makefile.wat
build/msw/wx_base.dsp
configure
configure.in
include/wx/chkconf.h
include/wx/fs_zip.h
include/wx/mac/setup0.h
include/wx/motif/setup0.h
include/wx/msw/setup0.h
include/wx/msw/wince/setup.h
include/wx/os2/setup0.h
include/wx/palmos/setup0.h
include/wx/private/fileback.h [new file with mode: 0644]
include/wx/setup_inc.h
include/wx/univ/setup0.h
setup.h.in
setup.h_vms
src/common/fileback.cpp
src/common/filesys.cpp
src/common/fs_arc.cpp
src/common/fs_zip.cpp [deleted file]
src/wxWindows.dsp
wxGTK.spec
wxMotif.spec
wxX11.spec