Module: wine Branch: master Commit: 130452bb3de29b15e4c2c28a77dec2a9faa17bae URL: http://source.winehq.org/git/wine.git/?a=commit;h=130452bb3de29b15e4c2c28a77...
Author: Bruno Jesus bjesus@codeweavers.com Date: Tue Feb 28 03:19:07 2017 -0300
ws2_32: Discard MSG_PARTIAL as it is supported only in message protocols.
Signed-off-by: Bruno Jesus bjesus@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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 f0e8f2a..97cb7db 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] =