commit | c611af370bd0bd538238d767f01cc2316709b346 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Sat Apr 03 18:09:18 2010 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Apr 03 18:09:18 2010 +0200 |
tree | 492914da82474756c1202dc3e74d683b75f60011 | |
parent | 854c3a872fa109df098b0926f347f7c945143938 [diff] [blame] |
include: Try harder to redefine u_long, and avoid using it in headers as far as possible.
diff --git a/include/mstcpip.h b/include/mstcpip.h index 25dcfe1..55fa542 100644 --- a/include/mstcpip.h +++ b/include/mstcpip.h
@@ -18,9 +18,9 @@ struct tcp_keepalive { - u_long onoff; - u_long keepalivetime; - u_long keepaliveinterval; + ULONG onoff; + ULONG keepalivetime; + ULONG keepaliveinterval; }; #ifndef USE_WS_PREFIX