Ok. Thanks, Kai
2014-11-19 15:12 GMT+01:00 Dongsheng Song <[email protected]>: > OK, here is it. > > --- > mingw-w64-headers/include/ws2tcpip.h | 24 ++++++++++++------------ > 1 file changed, 12 insertions(+), 12 deletions(-) > > diff --git a/mingw-w64-headers/include/ws2tcpip.h > b/mingw-w64-headers/include/ws2tcpip.h > index 4afdfca..3cb29b9 100644 > --- a/mingw-w64-headers/include/ws2tcpip.h > +++ b/mingw-w64-headers/include/ws2tcpip.h > @@ -209,21 +209,21 @@ typedef __MINGW_NAME_AW(ADDRINFO) ADDRINFOT,*PADDRINFOT; > > typedef ADDRINFOA ADDRINFO,*LPADDRINFO; > > -#define AI_PASSIVE 0x1 > -#define AI_CANONNAME 0x2 > -#define AI_NUMERICHOST 0x4 > +#define AI_PASSIVE 0x00000001 > +#define AI_CANONNAME 0x00000002 > +#define AI_NUMERICHOST 0x00000004 > #if (_WIN32_WINNT >= 0x0600) > -#define AI_NUMERICSERV 0x0008 > -#define AI_ALL 0x0100 > -#define AI_ADDRCONFIG 0x0400 > -#define AI_V4MAPPED 0x0800 > -#define AI_NON_AUTHORITATIVE 0x04000 > -#define AI_SECURE 0x08000 > -#define AI_RETURN_PREFERRED_NAMES 0x010000 > +#define AI_NUMERICSERV 0x00000008 > +#define AI_ALL 0x00000100 > +#define AI_ADDRCONFIG 0x00000400 > +#define AI_V4MAPPED 0x00000800 > +#define AI_NON_AUTHORITATIVE 0x00004000 > +#define AI_SECURE 0x00008000 > +#define AI_RETURN_PREFERRED_NAMES 0x00010000 > #endif > #if (_WIN32_WINNT >= 0x0601) > -#define AI_FQDN 0x020000 > -#define AI_FILESERVER 0x040000 > +#define AI_FQDN 0x00020000 > +#define AI_FILESERVER 0x00040000 > #endif > > #ifdef __cplusplus > -- > 2.1.3 > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk > _______________________________________________ > Mingw-w64-public mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mingw-w64-public ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
