On 2/6/07, Michael Jerris <[EMAIL PROTECTED]> wrote:
> > hunk ./win32/config.h.in 155
> > -#undef HAVE_IPHLPAPI_H
> > +#define HAVE_IPHLPAPI_H 1
>
> If you wrap this in #if _MSC_VER > 1200 this should work depending on
> the version.  There may be a better way to check this, but I know it
> will be present on the later versions, the rest of the patch looks good
> to me.

If it is the platform sdk feature, I'd guess that even VC6 could
support it given modern enough sdk. But is it in 98 or on? Should we
have something like

#define HAVE_IPHLPAPI_H (defined(WINVER) && WINVER >= 0x0500))

or

#define HAVE_IPHLPAPI_H (defined(WINVER) && WINVER >= 0x0501))

But tt looks like the macro expansion behaves funny in vc, this is
always false???

-
Pekka.Pessi mail at nokia.com

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to