Mercurial > hg > sv-dependency-builds
view src/zlib-1.2.8/contrib/delphi/ZLibConst.pas @ 75:8f7fd4420df7
Add some cross-platform Boost headers
author | Chris Cannam |
---|---|
date | Sat, 16 Feb 2019 16:31:25 +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.