2011/11/21 Prof Brian Ripley :
> 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 t
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
On Sun, Nov 20, 2011 at 6:49 PM, Ruben Van Boxem
wrote:
> hi,
> TheOneRing pointed me to the fact that libdxerr is missing from our SDK.
> I found that MinGW.org is providing it, and here is the source code, that
> could be integrated into the MinGW-w64 crt?
> http://cygwin.com/cgi-bin/cvsweb.cgi/
hi,
TheOneRing pointed me to the fact that libdxerr is missing from our SDK.
I found that MinGW.org is providing it, and here is the source code, that
could be integrated into the MinGW-w64 crt?
http://cygwin.com/cgi-bin/cvsweb.cgi/~checkout~/src/winsup/w32api/lib/directx/dxerr.c?rev=1.2&content-