Mercurial > hg > sv-dependency-builds
view src/zlib-1.2.8/contrib/delphi/ZLibConst.pas @ 139:413e081fcc6f
Rebuild MAD with 64-bit FPM
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 30 Nov 2016 20:59:17 +0000 |
parents | 5b4145a0d408 |
children |
line wrap: on
line source
unit ZLibConst; interface resourcestring sTargetBufferTooSmall = 'ZLib error: target buffer may be too small'; sInvalidStreamOp = 'Invalid stream operation'; implementation end.