1*212397c6Schristos unit ZLibConst; 2*212397c6Schristos 3*212397c6Schristos interface 4*212397c6Schristos 5*212397c6Schristos resourcestring 6*212397c6Schristos sTargetBufferTooSmall = 'ZLib error: target buffer may be too small'; 7*212397c6Schristos sInvalidStreamOp = 'Invalid stream operation'; 8*212397c6Schristos 9*212397c6Schristos implementation 10*212397c6Schristos 11*212397c6Schristos end. 12