From: Mark Adler Date: Mon, 29 Jan 2024 03:44:43 +0000 (-0800) Subject: Remove mentions of an official zlib DLL distribution. X-Git-Tag: 2.2.0~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14f0bd5489132aa503c981e16556a10ba8efc78b;p=thirdparty%2Fzlib-ng.git Remove mentions of an official zlib DLL distribution. There used to be one, but no more. It is up to the user or vendor to compile zlib. madler/zlib#25263462377fa5c569947a40315815bd59e37f4b --- diff --git a/FAQ.zlib b/FAQ.zlib index 163160c1..698a4f83 100644 --- a/FAQ.zlib +++ b/FAQ.zlib @@ -20,8 +20,7 @@ The latest zlib FAQ is at https://zlib.net/zlib_faq.html 2. Where can I get a Windows DLL version? The zlib sources can be compiled without change to produce a DLL. See the - file win32/DLL_FAQ.txt in the zlib distribution. Pointers to the - precompiled DLL are found in the zlib web site at https://zlib.net/ . + file win32/DLL_FAQ.txt in the zlib distribution. 3. Where can I get a Visual Basic interface to zlib?