symbian-qemu-0.9.1-12/zlib-1.2.3/contrib/delphi/ZLibConst.pas
changeset 1 2fb8b9db1c86
equal deleted inserted replaced
0:ffa851df0825 1:2fb8b9db1c86
       
     1 unit ZLibConst;
       
     2 
       
     3 interface
       
     4 
       
     5 resourcestring
       
     6   sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
       
     7   sInvalidStreamOp = 'Invalid stream operation';
       
     8 
       
     9 implementation
       
    10 
       
    11 end.