12 lines
186 B
ObjectPascal
12 lines
186 B
ObjectPascal
|
unit ZLibConst;
|
||
|
|
||
|
interface
|
||
|
|
||
|
resourcestring
|
||
|
sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
|
||
|
sInvalidStreamOp = 'Invalid stream operation';
|
||
|
|
||
|
implementation
|
||
|
|
||
|
end.
|