]> granicus.if.org Git - python/commitdiff
Windows: Since we're not using ZLIB.DLL any more, don't define ZLIB_DLL.
authorGuido van Rossum <guido@python.org>
Thu, 6 Apr 2000 13:20:38 +0000 (13:20 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 6 Apr 2000 13:20:38 +0000 (13:20 +0000)
(Mark Hammond.)

Modules/zlibmodule.c

index aaecc112264c916190ac2f740149ffa30a6d695f..810ffefcaf92e474cd8cb95fab1718066fd0d675 100644 (file)
@@ -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 */