1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: wxZipFSHandler typedef for compatibility
4 // Author: Mike Wetherell
5 // Copyright: (c) 2006 Mike Wetherell
7 // Licence: wxWindows licence
8 /////////////////////////////////////////////////////////////////////////////
17 #include "wx/fs_arc.h"
19 typedef wxArchiveFSHandler wxZipFSHandler
;
21 #endif // wxUSE_FS_ZIP
23 #endif // _WX_FS_ZIP_H_