Windows: Since we're not using ZLIB.DLL any more, don't define ZLIB_DLL.
(Mark Hammond.)
This commit is contained in:
parent
4cb8c0b1b4
commit
54b1c0b408
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue