Mercurial > hg > sv-dependency-builds
annotate src/zlib-1.2.8/contrib/delphi/ZLibConst.pas @ 48:9530b331f8c1
Add Cap'n Proto source
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 25 Oct 2016 11:17:01 +0100 |
parents | 5ea0608b923f |
children |
rev | line source |
---|---|
Chris@43 | 1 unit ZLibConst; |
Chris@43 | 2 |
Chris@43 | 3 interface |
Chris@43 | 4 |
Chris@43 | 5 resourcestring |
Chris@43 | 6 sTargetBufferTooSmall = 'ZLib error: target buffer may be too small'; |
Chris@43 | 7 sInvalidStreamOp = 'Invalid stream operation'; |
Chris@43 | 8 |
Chris@43 | 9 implementation |
Chris@43 | 10 |
Chris@43 | 11 end. |