]>
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 | // Licence: wxWindows licence | |
7 | ///////////////////////////////////////////////////////////////////////////// | |
8 | ||
9 | #ifndef _WX_FS_ZIP_H_ | |
10 | #define _WX_FS_ZIP_H_ | |
11 | ||
12 | #include "wx/defs.h" | |
13 | ||
14 | #if wxUSE_FS_ZIP | |
15 | ||
16 | #include "wx/fs_arc.h" | |
17 | ||
18 | typedef wxArchiveFSHandler wxZipFSHandler; | |
19 | ||
20 | #endif // wxUSE_FS_ZIP | |
21 | ||
22 | #endif // _WX_FS_ZIP_H_ |