summaryrefslogtreecommitdiff
path: root/archived/ptlibzippy/contrib/delphi/ZLibConst.pas
blob: f6e69848e0c8701686c44bb482ddeb20ddc0712b (plain)
1
2
3
4
5
6
7
8
9
10
11
unit ZLibConst;

interface

resourcestring
  sTargetBufferTooSmall = 'PTLib error: target buffer may be too small';
  sInvalidStreamOp = 'Invalid stream operation';

implementation

end.