Mercurial > hg > sv-dependency-builds
annotate src/zlib-1.2.7/contrib/delphi/ZLibConst.pas @ 23:619f715526df sv_v2.1
Update Vamp plugin SDK to 2.5
author | Chris Cannam |
---|---|
date | Thu, 09 May 2013 10:52:46 +0100 |
parents | e13257ea84a4 |
children |
rev | line source |
---|---|
Chris@4 | 1 unit ZLibConst; |
Chris@4 | 2 |
Chris@4 | 3 interface |
Chris@4 | 4 |
Chris@4 | 5 resourcestring |
Chris@4 | 6 sTargetBufferTooSmall = 'ZLib error: target buffer may be too small'; |
Chris@4 | 7 sInvalidStreamOp = 'Invalid stream operation'; |
Chris@4 | 8 |
Chris@4 | 9 implementation |
Chris@4 | 10 |
Chris@4 | 11 end. |