]>
Commit | Line | Data |
---|---|---|
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$ | |
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 | ||
19 | typedef wxArchiveFSHandler wxZipFSHandler; | |
20 | ||
21 | #endif // wxUSE_FS_ZIP | |
22 | ||
23 | #endif // _WX_FS_ZIP_H_ |