Ethereal-dev: Re: [Ethereal-dev] bug in rtp_analysis.c?

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

From: "Gisle Vanem" <giva@xxxxxxxxx>
Date: Thu, 30 Oct 2003 12:49:42 +0100
"Lars Ruoff" <lars.ruoff@xxxxxxxxxxxxxxxxxx> said:

> Sorry, cannot build from latest cvs snapshot (2003-10-30) on Win32 ...
> 
> util.c(185) : error C2065: 'OSVERSIONINFO' : undeclared identifier
> util.c(204) : error C2065: 'VER_PLATFORM_WIN32s' : undeclared identifier
> util.c(209) : error C2065: 'VER_PLATFORM_WIN32_WINDOWS' : undeclared
> identifier
> util.c(243) : error C2065: 'VER_PLATFORM_WIN32_NT' : undeclared identifier
> (follow-up errors left out)
> 
> am i missing something?

Those are defined in <winnt.h> which AFAICS is included via
<zlib.h> only. Do you have HAVE_ZLIB defined?

BTW. You can see the include tree using "IncFinder" at
http://www.codeproject.com/useritems/IncludeFinder/IncludeFinder_demo.zip

PS. you must create an account and login to d/l it.

--gv