comparison zlib/contrib/delphi/ZLib.pas @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents ae3a4bfb450b
children
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
150 BufSize = number of bytes in OutBuf } 150 BufSize = number of bytes in OutBuf }
151 procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer; 151 procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer;
152 const OutBuf: Pointer; BufSize: Integer); 152 const OutBuf: Pointer; BufSize: Integer);
153 153
154 const 154 const
155 zlib_version = '1.2.3'; 155 zlib_version = '1.2.11';
156 156
157 type 157 type
158 EZlibError = class(Exception); 158 EZlibError = class(Exception);
159 ECompressionError = class(EZlibError); 159 ECompressionError = class(EZlibError);
160 EDecompressionError = class(EZlibError); 160 EDecompressionError = class(EZlibError);