From 130452bb3de29b15e4c2c28a77dec2a9faa17bae Mon Sep 17 00:00:00 2001 From: Bruno Jesus Date: Tue, 28 Feb 2017 03:19:07 -0300 Subject: [PATCH] ws2_32: Discard MSG_PARTIAL as it is supported only in message protocols. Signed-off-by: Bruno Jesus Signed-off-by: Alexandre Julliard --- dlls/ws2_32/socket.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/ws2_32/socket.c b/dlls/ws2_32/socket.c index f0e8f2adbce..97cb7db3a62 100644 --- a/dlls/ws2_32/socket.c +++ b/dlls/ws2_32/socket.c @@ -624,6 +624,7 @@ static const int ws_flags_map[][2] = MAP_OPTION( MSG_PEEK ), MAP_OPTION( MSG_DONTROUTE ), MAP_OPTION( MSG_WAITALL ), + { WS_MSG_PARTIAL, 0 }, }; static const int ws_sock_map[][2] =