]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
zlib.h: Use unsigned long for totals, for compatibility with zlib on 64-bit Windows
authorJosh Triplett <josh@joshtriplett.org>
Sun, 16 Aug 2020 17:39:24 +0000 (10:39 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Thu, 20 Aug 2020 10:05:55 +0000 (12:05 +0200)
commit7b590b36669e3b2f45040b0f8f9a5f03768b8549
treed81c1c39b31d327c18579411314257c01acfed52
parentd8aeacbfa285556fccef8f01af68bf02f1e671b0
zlib.h: Use unsigned long for totals, for compatibility with zlib on 64-bit Windows

Stock zlib uses unsigned long for total_in and total_out. On 64-bit
Windows, that isn't the same as size_t.
zlib.h