1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: wxZipFSHandler typedef for compatibility
4 // Author: Mike Wetherell
5 // Copyright: (c) 2006 Mike Wetherell
6 // Licence: wxWindows licence
7 /////////////////////////////////////////////////////////////////////////////
16 #include "wx/fs_arc.h"
18 typedef wxArchiveFSHandler wxZipFSHandler
;
20 #endif // wxUSE_FS_ZIP
22 #endif // _WX_FS_ZIP_H_