fs_zip.h 548 B

12345678910111213141516171819202122
  1. /////////////////////////////////////////////////////////////////////////////
  2. // Name: wx/fs_zip.h
  3. // Purpose: wxZipFSHandler typedef for compatibility
  4. // Author: Mike Wetherell
  5. // Copyright: (c) 2006 Mike Wetherell
  6. // Licence: wxWindows licence
  7. /////////////////////////////////////////////////////////////////////////////
  8. #ifndef _WX_FS_ZIP_H_
  9. #define _WX_FS_ZIP_H_
  10. #include "wx/defs.h"
  11. #if wxUSE_FS_ZIP
  12. #include "wx/fs_arc.h"
  13. typedef wxArchiveFSHandler wxZipFSHandler;
  14. #endif // wxUSE_FS_ZIP
  15. #endif // _WX_FS_ZIP_H_