Module: wine Branch: master Commit: c63496ac711ab114a97bcc2c1efb5f10c6034977 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c63496ac711ab114a97bcc2c1e...
Author: Francois Gouget fgouget@free.fr Date: Fri Dec 9 11:57:44 2011 +0100
include: in6addr.h does not depend on winsock's u_xxx types.
---
include/in6addr.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/in6addr.h b/include/in6addr.h index 042e8d2..a745bd2 100644 --- a/include/in6addr.h +++ b/include/in6addr.h @@ -27,8 +27,8 @@
typedef struct WS(in6_addr) { union { - WS(u_char) Byte[16]; - WS(u_short) Word[8]; + UCHAR Byte[16]; + USHORT Word[8]; } u; } IN6_ADDR, *PIN6_ADDR, *LPIN6_ADDR;