1/////////////////////////////////////////////////////////////////////////////
2// Name:        wx/fs_zip.h
3// Purpose:     wxZipFSHandler typedef for compatibility
4// Author:      Mike Wetherell
5// Copyright:   (c) 2006 Mike Wetherell
6// CVS-ID:      $Id: fs_zip.h 42713 2006-10-30 11:56:12Z ABX $
7// Licence:     wxWindows licence
8/////////////////////////////////////////////////////////////////////////////
9
10#ifndef _WX_FS_ZIP_H_
11#define _WX_FS_ZIP_H_
12
13#include "wx/defs.h"
14
15#if wxUSE_FS_ZIP
16
17#include "wx/fs_arc.h"
18
19typedef wxArchiveFSHandler wxZipFSHandler;
20
21#endif // wxUSE_FS_ZIP
22
23#endif // _WX_FS_ZIP_H_
24