view src/zlib-1.2.7/contrib/delphi/ZLibConst.pas @ 13:e66e9011ec93

Add Rubber Band build
author Chris Cannam
date Wed, 20 Mar 2013 15:58:55 +0000
parents e13257ea84a4
children
line wrap: on
line source
unit ZLibConst;

interface

resourcestring
  sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
  sInvalidStreamOp = 'Invalid stream operation';

implementation

end.