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