• M
    Add undocumented inflateResetKeep() function for CAB file decoding. · 77b47d55
    Mark Adler 提交于
    The Microsoft CAB file format compresses each block with completed
    deflate streams that depend on the sliding window history of the
    previous block in order to decode.  inflateResetKeep() does what
    inflateReset() does, except the sliding window history from the
    previous inflate operation is retained.
    77b47d55
zlib.h 81.7 KB