ws2_32: Avoid using WS_ prefix on unix sockaddr struct.
commit43241934c616a5b757212241f2b0ca48a0f755f3
authorBruno Jesus <00cpxxx@gmail.com>
Thu, 8 May 2014 02:31:57 +0000 (7 23:31 -0300)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 8 May 2014 08:30:05 +0000 (8 10:30 +0200)
treebba447e4f3fea3bae9e46c1cb3faf70bfc2c1959
parent3bca22a6b9d49bbf0255adfc06444227d6228c51
ws2_32: Avoid using WS_ prefix on unix sockaddr struct.

The address was already converted to unix in these situations, so it's
wrong to check against windows #defines.
dlls/ws2_32/socket.c