Chris@4: unit ZLibConst; Chris@4: Chris@4: interface Chris@4: Chris@4: resourcestring Chris@4: sTargetBufferTooSmall = 'ZLib error: target buffer may be too small'; Chris@4: sInvalidStreamOp = 'Invalid stream operation'; Chris@4: Chris@4: implementation Chris@4: Chris@4: end.