diff options
author | Mika Lindqvist <postmaster@raasu.org> | 2017-11-04 20:49:21 +0200 |
---|---|---|
committer | Hans Kristian Rosbach <hk-git@circlestorm.org> | 2018-01-31 10:45:29 +0100 |
commit | aff0fc6e3c42f5c7837d0bd069539ff8173fdd3c (patch) | |
tree | 44ecdd0c9f74948a015bcf3963096d956bae3491 /inffast.h | |
parent | 4408564a27dfc91bd27e1b7803f0cc514bf3d2be (diff) |
Adapt code to support PREFIX macros and update build scripts
Diffstat (limited to 'inffast.h')
-rw-r--r-- | inffast.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ subject to change. Applications should only use zlib.h. */ -void ZLIB_INTERNAL inflate_fast(z_stream *strm, unsigned long start); +void ZLIB_INTERNAL inflate_fast(PREFIX3(stream) *strm, unsigned long start); #if (defined(__GNUC__) || defined(__clang__)) && defined(__ARM_NEON__) |