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