annotate src/zlib-1.2.8/contrib/delphi/ZLibConst.pas @ 168:ceec0dd9ec9c

Replace these with versions built using an older toolset (so as to avoid ABI compatibilities when linking on Ubuntu 14.04 for packaging purposes)
author Chris Cannam <cannam@all-day-breakfast.com>
date Fri, 07 Feb 2020 11:51:13 +0000
parents 5b4145a0d408
children
rev   line source
cannam@128 1 unit ZLibConst;
cannam@128 2
cannam@128 3 interface
cannam@128 4
cannam@128 5 resourcestring
cannam@128 6 sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
cannam@128 7 sInvalidStreamOp = 'Invalid stream operation';
cannam@128 8
cannam@128 9 implementation
cannam@128 10
cannam@128 11 end.