Alexandre Julliard : include: Fix the definition of MSG_MAXIOVLEN.

Alexandre Julliard julliard at wine.codeweavers.com
Thu May 31 08:33:37 CDT 2007


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu May 31 12:08:19 2007 +0200

include: Fix the definition of MSG_MAXIOVLEN.

---

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

diff --git a/include/winsock.h b/include/winsock.h
index 80266f2..c096d13 100644
--- a/include/winsock.h
+++ b/include/winsock.h
@@ -791,16 +791,16 @@ typedef struct WS(WSAData)
 #define MSG_OOB                    0x0001
 #define MSG_PEEK                   0x0002
 #define MSG_DONTROUTE              0x0004
-#define MSG_MAXIOVLEN              0x000a
 #define MSG_PARTIAL                0x8000
+#define MSG_MAXIOVLEN              16
 #else /* USE_WS_PREFIX */
 #define WS_SOMAXCONN               5
 
 #define WS_MSG_OOB                 0x0001
 #define WS_MSG_PEEK                0x0002
 #define WS_MSG_DONTROUTE           0x0004
-#define WS_MSG_MAXIOVLEN           0x000a
 #define WS_MSG_PARTIAL             0x8000
+#define WS_MSG_MAXIOVLEN           16
 #endif /* USE_WS_PREFIX */
 
 /*




More information about the wine-cvs mailing list