Mercurial > hg > sv-dependency-builds
view src/zlib-1.2.8/contrib/delphi/ZLibConst.pas @ 72:7b5216b54e42
Update exclusion list
author | Chris Cannam |
---|---|
date | Fri, 25 Jan 2019 13:49:22 +0000 |
parents | 5ea0608b923f |
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.