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

This commit is contained in:
Francois Gouget 2011-12-09 11:57:44 +01:00 committed by Alexandre Julliard
parent f6c037cee3
commit c63496ac71
1 changed files with 2 additions and 2 deletions

View File

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