Remove outdated comments regarding ZLIB_DLL. We don't have to define this before including zlib.h. This is automatically done if _WIN32 is defined

svn path=/trunk/; revision=29632
This commit is contained in:
Kovarththanan Rajaratnam 2009-08-30 17:23:47 +00:00
parent 59a1af9c99
commit b4e821bf0f
1 changed files with 0 additions and 4 deletions

View File

@ -282,10 +282,6 @@
#define popen _popen
#define pclose _pclose
/* Needed for zlib, according to http://www.winimage.com/zLibDll/ */
/*#define ZLIB_DLL 1
#define _WINDOWS 1*/
/* Name of package */
#define PACKAGE "wireshark"