Artifact e0ff4d3c14a4dcdbf170692ce0fec86939b500d0:
- File compat/zlib/contrib/delphi/ZLibConst.pas — part of check-in [d17f4473cf] at 2012-11-27 06:31:19 on branch zlib — Support building with zlib in the compat directory, phase 1. (user: mistachkin size: 186) [more...]
unit ZLibConst; interface resourcestring sTargetBufferTooSmall = 'ZLib error: target buffer may be too small'; sInvalidStreamOp = 'Invalid stream operation'; implementation end.