Files
DocumentServer-v-9.2.0/ActiveX/ASCOfficeUtils/ZLIB/zlib-1.2.3/contrib/delphi/ZLibConst.pas
nikolay ivanov a8be6b9e72 init repo
2014-07-05 18:22:49 +00:00

12 lines
186 B
ObjectPascal

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