Mercurial > hg > sv-dependency-builds
view src/zlib-1.2.7/contrib/delphi/ZLibConst.pas @ 102:e3883bb427de
Merge
author | Chris Cannam <chris.cannam@eecs.qmul.ac.uk> |
---|---|
date | Mon, 25 Mar 2013 12:24:36 +0000 |
parents | 8a15ff55d9af |
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.