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