annotate src/zlib-1.2.8/contrib/delphi/ZLibConst.pas @ 159:f4b37539fcc7

Rebuild win32 Opus using mingw 5 rather than 7 to avoid runtime incompatibility
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 30 Jan 2019 10:30:56 +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.