Commit c63496ac authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent f6c037ce
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment