include: in6addr.h does not depend on winsock's u_xxx types.

Francois Gouget fgouget at free.fr
Fri Dec 9 04:57:44 CST 2011


---
 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;
 
-- 
1.7.7.3




More information about the wine-patches mailing list