Mercurial > hg > sv-dependency-builds
view src/zlib-1.2.7/contrib/delphi/ZLibConst.pas @ 33:879bdc878826
Ah, we've already done this. Merge, taking everything from the branch with the older commits.
author | Chris Cannam |
---|---|
date | Fri, 04 Jul 2014 10:37:37 +0100 |
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.