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