commit | 3f9b78fc7991f053d7d38a8b702456e2e3eed282 | [log] [tgz] |
---|---|---|
author | Werner Lemberg <wl@gnu.org> | Mon Jan 10 18:19:41 2022 +0100 |
committer | Werner Lemberg <wl@gnu.org> | Mon Jan 10 18:24:56 2022 +0100 |
tree | 16385fe8f6c3e52239516750c875d7c04c229ba6 | |
parent | da8a8b8bcf492544902e5a82bad1d0f5c156939c [diff] |
[zlib] Don't typedef `ptrdiff_t`. While using zlib in 'solo' mode (via the `Z_SOLO` macro), we actually include some standard header files, making the typedef fail on systems where the native `ptrdiff_t` type differs. Fixes #1124. * src/zlib/zutil.h: Comment out definition; it doesn't work on Windows. * src/zlib/patches/freetype-zlib.diff: Updated.