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>
This commit is contained in:
Bruno Jesus 2017-02-28 03:19:07 -03:00 committed by Alexandre Julliard
parent cb5c644c5a
commit 130452bb3d
1 changed files with 1 additions and 0 deletions

View File

@ -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] =