Changeset 13041 for OpenSceneGraph/trunk/src/osgPlugins/zip/unzip.h
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osgPlugins/zip/unzip.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/zip/unzip.h
r12292 r13041 180 180 #define ZR_MISSIZE 0x00060000 // the indicated input file size turned out mistaken 181 181 #define ZR_PARTIALUNZ 0x00070000 // the file had already been partially unzipped 182 #define ZR_ZMODE 0x00080000 // tried to mix creating/opening a zip 182 #define ZR_ZMODE 0x00080000 // tried to mix creating/opening a zip 183 183 // The following come from bugs within the zip library itself 184 184 #define ZR_BUGMASK 0xFF000000
