view src/zlib-1.2.7/contrib/delphi/ZLibConst.pas @ 41:481f5f8c5634

Current libsamplerate source
author Chris Cannam
date Tue, 18 Oct 2016 13:24:45 +0100 (2016-10-18)
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.