include: in6addr.h does not depend on winsock's u_xxx types.
This commit is contained in:
parent
f6c037cee3
commit
c63496ac71
|
@ -27,8 +27,8 @@
|
||||||
|
|
||||||
typedef struct WS(in6_addr) {
|
typedef struct WS(in6_addr) {
|
||||||
union {
|
union {
|
||||||
WS(u_char) Byte[16];
|
UCHAR Byte[16];
|
||||||
WS(u_short) Word[8];
|
USHORT Word[8];
|
||||||
} u;
|
} u;
|
||||||
} IN6_ADDR, *PIN6_ADDR, *LPIN6_ADDR;
|
} IN6_ADDR, *PIN6_ADDR, *LPIN6_ADDR;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue