Added URLs for zlib's home page and the Windows DLL's home page .

This commit is contained in:
Guido van Rossum 1998-05-08 14:56:29 +00:00
parent 7b0c9d8a07
commit 821a5e42bf
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
/* zlibmodule.c -- gzip-compatible data compression */
/* See http://www.cdrom.com/pub/infozip/zlib/ */
/* See http://www.winimage.com/zLibDll for Windows */
#include "Python.h"
#ifdef MS_WIN32