Check-in [e095e31b05]
Overview
Comment:Updated to a zlib compiled by a newer mingw32-w64
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: e095e31b0552827c826899e01d8fb658c55ba5b3
User & Date: rkeene on 2012-07-19 16:06:51
Other Links: manifest | tags
Context
2012-07-19
18:03
Corrected type for debugging certificates check-in: ecfb2af250 user: rkeene tags: trunk
16:06
Updated to a zlib compiled by a newer mingw32-w64 check-in: e095e31b05 user: rkeene tags: trunk
05:43
Corrected name of new Windows compiler check-in: 39dd453bcd user: rkeene tags: trunk
Changes

Modified build/cackey_win64_build/include/zconf.h from [2806b070c7] to [3a34e3a704].

407
408
409
410
411
412
413
414
415
416
417
418
419
420
421

#ifdef Z_U4
   typedef Z_U4 z_crc_t;
#else
   typedef unsigned long z_crc_t;
#endif

#ifdef HAVE_UNISTD_H    /* may be set to #if 1 by ./configure */
#  define Z_HAVE_UNISTD_H
#endif

#if 1    /* was set to #if 1 by ./configure */
#  define Z_HAVE_STDARG_H
#endif








|







407
408
409
410
411
412
413
414
415
416
417
418
419
420
421

#ifdef Z_U4
   typedef Z_U4 z_crc_t;
#else
   typedef unsigned long z_crc_t;
#endif

#if 1    /* was set to #if 1 by ./configure */
#  define Z_HAVE_UNISTD_H
#endif

#if 1    /* was set to #if 1 by ./configure */
#  define Z_HAVE_STDARG_H
#endif

Modified build/cackey_win64_build/lib/libz.a from [00d2e69dfd] to [fe0c8d1b35].

cannot compute difference between binary files