Windows: Since we're not using ZLIB.DLL any more, don't define ZLIB_DLL.

(Mark Hammond.)
This commit is contained in:
Guido van Rossum 2000-04-06 13:20:38 +00:00
parent 4cb8c0b1b4
commit 54b1c0b408
1 changed files with 0 additions and 3 deletions

View 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 */