home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 June
/
HDC50.iso
/
Info
/
Extras
/
Zlib
/
zlibconst.pas
< prev
Wrap
Pascal/Delphi Source File
|
1999-08-11
|
198b
|
12 lines
unit zlibconst;
interface
resourcestring
sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
sInvalidStreamOp = 'Invalid stream operation';
implementation
end.