Initial commit of visual studio 9 git build superproject.
[git-build-vc9.git] / zlib / contrib / delphi / ZLibConst.pas
blob9e9fa18883dac5b05fd1c87683fb6413f0fb4e42
1 unit ZLibConst;
3 interface
5 resourcestring
6 sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
7 sInvalidStreamOp = 'Invalid stream operation';
9 implementation
11 end.