2011/11/21 Prof Brian Ripley <[email protected]>:
> This has
>
> #define EAI_NODATA EAI_NONAME
>
> which causes a program I was trying to compile to complain about a
> duplicate case.
>
> MSDN does not list EAI_NODATA as a return value (and nor does POSIX
> 2008), but it does list WSANO_DATA (11004).
>
> So I think that either EAI_NODATA should not be defined (it was
> deprecated by POSIX a long time ago) or it should be mapped to
> WSANO_DATA.
>
> Brian Ripley

Brian,

thanks for catching this.  I would assume it should be WSANO_DATA.  At
least this is what I researched on msdn.

Fix at rev. 4635.

Regards,
Kai

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to