Files
dl/third/zlib/contrib/delphi/ZLibConst.pas
T
2026-09-16 14:07:40 +08:00

12 lines
186 B
ObjectPascal
Vendored

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