Juan Lang : include: Define IPPROTO_IPV6.

Alexandre Julliard julliard at winehq.org
Wed Sep 2 09:30:26 CDT 2009


Module: wine
Branch: master
Commit: 93f74ea98c0352c453644926cd7824cb4cda12e5
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=93f74ea98c0352c453644926cd7824cb4cda12e5

Author: Juan Lang <juan.lang at gmail.com>
Date:   Tue Sep  1 09:17:33 2009 -0700

include: 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




More information about the wine-cvs mailing list