Mercurial > hg > sv-dependency-builds
view src/zlib-1.2.8/contrib/delphi/ZLibConst.pas @ 76:f3731af47c4b
No, that isn't going to end well. Back it out.
author | Chris Cannam |
---|---|
date | Sat, 16 Feb 2019 18:32:35 +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.