]>
Commit | Line | Data |
---|---|---|
5526e819 | 1 | ///////////////////////////////////////////////////////////////////////////// |
ce7208d4 | 2 | // Name: wx/fs_zip.h |
916af76f MW |
3 | // Purpose: wxZipFSHandler typedef for compatibility |
4 | // Author: Mike Wetherell | |
5 | // Copyright: (c) 2006 Mike Wetherell | |
de0702d0 | 6 | // CVS-ID: $Id$ |
65571936 | 7 | // Licence: wxWindows licence |
5526e819 VS |
8 | ///////////////////////////////////////////////////////////////////////////// |
9 | ||
4e8e18e2 VZ |
10 | #ifndef _WX_FS_ZIP_H_ |
11 | #define _WX_FS_ZIP_H_ | |
5526e819 | 12 | |
372c511b | 13 | #include "wx/defs.h" |
5526e819 | 14 | |
916af76f | 15 | #if wxUSE_FS_ZIP |
8a4df159 | 16 | |
916af76f | 17 | #include "wx/fs_arc.h" |
5526e819 | 18 | |
916af76f | 19 | typedef wxArchiveFSHandler wxZipFSHandler; |
62d9eab6 | 20 | |
916af76f | 21 | #endif // wxUSE_FS_ZIP |
5526e819 | 22 | |
4e8e18e2 | 23 | #endif // _WX_FS_ZIP_H_ |