Ethereal-dev: Re: [Ethereal-dev] [CYGWIN]Build hints

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Thu, 13 Nov 2003 14:17:54 -0800

On Nov 13, 2003, at 12:30 PM, Biot Olivier wrote:

Cygwin defines __CYGWIN__ :) I should have known...

And, if your gcc-dumpspecs.txt is to be believed, it also defines:

	_WIN32

	__WIN32

	__WIN32__

	__MINGW32__

so it shouldn't be necessary to remove the "#ifdef _WIN32"/"#endif" around the include of "capture-wpcap.h".

It sounds from that, and from your other comments, as if Loic's Cygwin isn't working the same way that yours is.

What version of Cygwin do you have installed? Loic, what version do you have installed?