Mercurial > hg > sv-dependency-builds
view src/zlib-1.2.8/contrib/delphi/ZLibConst.pas @ 146:206f0eb279b8
Remove "other" Vamp SDK repo from sv-dependency-builds
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Mon, 06 Mar 2017 13:29:58 +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.