]>
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 | |
65571936 | 6 | // Licence: wxWindows licence |
5526e819 VS |
7 | ///////////////////////////////////////////////////////////////////////////// |
8 | ||
4e8e18e2 VZ |
9 | #ifndef _WX_FS_ZIP_H_ |
10 | #define _WX_FS_ZIP_H_ | |
5526e819 | 11 | |
372c511b | 12 | #include "wx/defs.h" |
5526e819 | 13 | |
916af76f | 14 | #if wxUSE_FS_ZIP |
8a4df159 | 15 | |
916af76f | 16 | #include "wx/fs_arc.h" |
5526e819 | 17 | |
916af76f | 18 | typedef wxArchiveFSHandler wxZipFSHandler; |
62d9eab6 | 19 | |
916af76f | 20 | #endif // wxUSE_FS_ZIP |
5526e819 | 21 | |
4e8e18e2 | 22 | #endif // _WX_FS_ZIP_H_ |