xref: /netbsd-src/common/dist/zlib/contrib/delphi/ZLibConst.pas (revision ba65fde2d7fefa7d39838fa5fa855e62bd606b5e)
1 unit ZLibConst;
2 
3 interface
4 
5 resourcestring
6   sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
7   sInvalidStreamOp = 'Invalid stream operation';
8 
9 implementation
10 
11 end.
12