Supermodel/zlib/contrib/delphi/ZLibConst.pas
Ville Linde a1c9f6cf92
2006-07-12 13:53:14 +00:00

12 lines
197 B
ObjectPascal

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