xref: /netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/delphi/ZLibConst.pas (revision 4e00368f12e7278a94903a082dfe31dfebb70415)
1*4e00368fSchristos unit ZLibConst;
2*4e00368fSchristos 
3*4e00368fSchristos interface
4*4e00368fSchristos 
5*4e00368fSchristos resourcestring
6*4e00368fSchristos   sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
7*4e00368fSchristos   sInvalidStreamOp = 'Invalid stream operation';
8*4e00368fSchristos 
9*4e00368fSchristos implementation
10*4e00368fSchristos 
11*4e00368fSchristos end.
12