include(1/2): Define IPPROTO_IPV6

Juan Lang juan.lang at gmail.com
Tue Sep 1 12:36:33 CDT 2009


--Juan
-------------- next part --------------
From 42cd46c6ec6b24548da95de578e448c9088328ae Mon Sep 17 00:00:00 2001
From: Juan Lang <juan.lang at gmail.com>
Date: Tue, 1 Sep 2009 09:17:33 -0700
Subject: [PATCH 3/4] Define IPPROTO_IPV6

---
 include/winsock.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/winsock.h b/include/winsock.h
index 6870197..69819d5 100644
--- a/include/winsock.h
+++ b/include/winsock.h
@@ -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
-- 
1.6.3.2


More information about the wine-patches mailing list