* include/ws2tcpip.h (s6_addr32): Correct definition,

Thanks to Alfred E. Heggestad <aeh at db dot org>
This commit is contained in:
Danny Smith 2007-07-01 10:09:12 +00:00
parent a0f886b059
commit 2d28574cc2
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-07-01 Danny Smith <dannysmith@users.sourceforge.net>
* include/ws2tcpip.h (s6_addr32): Correct definition.
Thanks to Alfred E. Heggestad <aeh at db dot org>
2007-05-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* lib/secur32.def (InitSecurityInterfaceA, InitSecurityInterfaceW): Define.

View File

@ -173,7 +173,7 @@ struct in6_addr {
/* These are GLIBC names */
#define s6_addr16 _S6_un._S6_u16
#define s6_addr32 _S6_un._S6_u16
#define s6_addr32 _S6_un._S6_u32
/* These are used in some MS code */
#define in_addr6 in6_addr