Ethereal-dev: Re: [Ethereal-dev] Tiny bugfix of HAVE_LIBZ in config.h.win32

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxx>
Date: Tue, 10 Sep 2002 03:14:01 -0700
On Tue, Sep 10, 2002 at 09:54:26AM +0200, Ulf Lamping wrote:
> Please find attached a win32 build "tiny bugfix" patch.

Unfortunately, with that patch, the top-level Makefile.nmake, and the
Makefile.nmake in the gtk and gtk2 directories, need to be updated to
add "/I$(ZLIB_DIR)"; otherwise, when recompiling "gtk/main.c" (and
"gtk2/main.c", if anybody's doing that on Windows) and "tethereal.c",
the compile fails as it doesn't find "zlib.h".

I've checked in those changes.