From c63496ac711ab114a97bcc2c1efb5f10c6034977 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Fri, 9 Dec 2011 11:57:44 +0100 Subject: [PATCH] include: in6addr.h does not depend on winsock's u_xxx types. --- include/in6addr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/in6addr.h b/include/in6addr.h index 042e8d2dd6b..a745bd249fa 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;