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:
parent
cb5c644c5a
commit
130452bb3d
|
@ -624,6 +624,7 @@ static const int ws_flags_map[][2] =
|
||||||
MAP_OPTION( MSG_PEEK ),
|
MAP_OPTION( MSG_PEEK ),
|
||||||
MAP_OPTION( MSG_DONTROUTE ),
|
MAP_OPTION( MSG_DONTROUTE ),
|
||||||
MAP_OPTION( MSG_WAITALL ),
|
MAP_OPTION( MSG_WAITALL ),
|
||||||
|
{ WS_MSG_PARTIAL, 0 },
|
||||||
};
|
};
|
||||||
|
|
||||||
static const int ws_sock_map[][2] =
|
static const int ws_sock_map[][2] =
|
||||||
|
|
Loading…
Reference in New Issue