1999-07-07 22:04:58 +00:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
2006-10-30 11:56:12 +00:00
|
|
|
// Name: wx/fs_zip.h
|
2006-10-29 20:06:45 +00:00
|
|
|
// Purpose: wxZipFSHandler typedef for compatibility
|
|
|
|
// Author: Mike Wetherell
|
|
|
|
// Copyright: (c) 2006 Mike Wetherell
|
2001-02-22 23:43:45 +00:00
|
|
|
// CVS-ID: $Id$
|
2004-05-23 20:53:33 +00:00
|
|
|
// Licence: wxWindows licence
|
1999-07-07 22:04:58 +00:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2002-03-06 11:17:14 +00:00
|
|
|
#ifndef _WX_FS_ZIP_H_
|
|
|
|
#define _WX_FS_ZIP_H_
|
1999-07-07 22:04:58 +00:00
|
|
|
|
2004-07-25 16:44:47 +00:00
|
|
|
#include "wx/defs.h"
|
1999-07-07 22:04:58 +00:00
|
|
|
|
2006-10-29 20:06:45 +00:00
|
|
|
#if wxUSE_FS_ZIP
|
1999-07-29 19:52:37 +00:00
|
|
|
|
2006-10-29 20:06:45 +00:00
|
|
|
#include "wx/fs_arc.h"
|
1999-07-07 22:04:58 +00:00
|
|
|
|
2006-10-29 20:06:45 +00:00
|
|
|
typedef wxArchiveFSHandler wxZipFSHandler;
|
2005-02-19 16:53:49 +00:00
|
|
|
|
2006-10-29 20:06:45 +00:00
|
|
|
#endif // wxUSE_FS_ZIP
|
1999-07-07 22:04:58 +00:00
|
|
|
|
2002-03-06 11:17:14 +00:00
|
|
|
#endif // _WX_FS_ZIP_H_
|