From 54b1c0b408136b6c0968d3cc4337d5d552137313 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 6 Apr 2000 13:20:38 +0000 Subject: Windows: Since we're not using ZLIB.DLL any more, don't define ZLIB_DLL. (Mark Hammond.) --- Modules/zlibmodule.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/Modules/zlibmodule.c b/Modules/zlibmodule.c index aaecc11..810ffef 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 */ -- cgit v0.12