* harbour/src/rtl/hbzlib.c + added new PRG function: HB_GZCOMPRESSBOUND( <cData> | <nDataLen> ) -> <nMaxCompressLen> ! fixed compilation with ZLIB versions earlier then 1.2.0 broken by missing deflateBound() function which I used recently.