Home | History | Annotate | Line # | Download | only in delphi
      1  1.1  christos unit ZLibConst;
      2  1.1  christos 
      3  1.1  christos interface
      4  1.1  christos 
      5  1.1  christos resourcestring
      6  1.1  christos   sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
      7  1.1  christos   sInvalidStreamOp = 'Invalid stream operation';
      8  1.1  christos 
      9  1.1  christos implementation
     10  1.1  christos 
     11  1.1  christos end.
     12