Mercurial > hg > sv-dependency-builds
view src/zlib-1.2.7/contrib/delphi/ZLibConst.pas @ 123:0cef3a1bd1ae
Remove Vamp SDK from dependency builds for Windows, as for OSX
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Fri, 18 Mar 2016 14:26:06 +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.