Fix compilation errors with miniz

This commit is contained in:
2024-06-01 21:23:54 +03:00
parent c5e3d4afd3
commit 0bca21a1d4

View File

@@ -1251,7 +1251,7 @@ static mz_bool tdefl_compress_block(tdefl_compressor *d, mz_bool static_block)
return tdefl_compress_lz_codes(d);
}
static const mz_uint s_tdefl_num_probes[11];
extern const mz_uint s_tdefl_num_probes[11];
static int tdefl_flush_block(tdefl_compressor *d, int flush)
{