Differences From Artifact [2806b070c7]:
- File build/cackey_win64_build/include/zconf.h — part of check-in [40d223588a] at 2012-07-19 04:00:17 on branch trunk — Added first attempt at Win64 build support (user: rkeene, size: 15273) [annotate] [blame] [check-ins using]
To Artifact [3a34e3a704]:
- File build/cackey_win64_build/include/zconf.h — part of check-in [e095e31b05] at 2012-07-19 16:06:51 on branch trunk — Updated to a zlib compiled by a newer mingw32-w64 (user: rkeene, size: 15255) [annotate] [blame] [check-ins using]
︙ | |||
407 408 409 410 411 412 413 | 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 |
︙ |