From: Guido van Rossum Date: Thu, 6 Apr 2000 13:20:38 +0000 (+0000) Subject: Windows: Since we're not using ZLIB.DLL any more, don't define ZLIB_DLL. X-Git-Tag: v1.6a2~120 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=54b1c0b408136b6c0968d3cc4337d5d552137313;p=python Windows: Since we're not using ZLIB.DLL any more, don't define ZLIB_DLL. (Mark Hammond.) --- diff --git a/Modules/zlibmodule.c b/Modules/zlibmodule.c index aaecc11226..810ffefcaf 100644 --- a/Modules/zlibmodule.c +++ b/Modules/zlibmodule.c @@ -3,9 +3,6 @@ /* See http://www.winimage.com/zLibDll for Windows */ #include "Python.h" -#ifdef MS_WIN32 -#define ZLIB_DLL -#endif #include "zlib.h" /* The following parameters are copied from zutil.h, version 0.95 */