Commit 130452bb authored by Bruno Jesus's avatar Bruno Jesus Committed by Alexandre Julliard

ws2_32: Discard MSG_PARTIAL as it is supported only in message protocols.

parent cb5c644c
......@@ -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] =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment