12 lines
186 B
ObjectPascal
Raw Normal View History

2020-10-22 20:43:01 +03:00
unit ZLibConst;
interface
resourcestring
sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
sInvalidStreamOp = 'Invalid stream operation';
implementation
end.