include: Define IPPROTO_IPV6.

This commit is contained in:
Juan Lang 2009-09-01 09:17:33 -07:00 committed by Alexandre Julliard
parent 6245ef837b
commit 93f74ea98c

View file

@ -266,6 +266,7 @@ extern "C" {
#define IPPROTO_TCP 6
#define IPPROTO_UDP 17
#define IPPROTO_IDP 22
#define IPPROTO_IPV6 41
#define IPPROTO_ND 77
#define IPPROTO_RAW 255
#define IPPROTO_MAX 256
@ -277,6 +278,7 @@ extern "C" {
#define WS_IPPROTO_TCP 6
#define WS_IPPROTO_UDP 17
#define WS_IPPROTO_IDP 22
#define WS_IPPROTO_IPV6 41
#define WS_IPPROTO_ND 77
#define WS_IPPROTO_RAW 255
#define WS_IPPROTO_MAX 256