Mercurial > hg > sv-dependency-builds
view src/zlib-1.2.7/contrib/delphi/ZLibConst.pas @ 15:5925d5c80ae7
Add bzlib2 build
author | Chris Cannam |
---|---|
date | Mon, 25 Mar 2013 12:21:28 +0000 |
parents | e13257ea84a4 |
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.