ws2_32/tests: Use correct integral type.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
8d6358d59a
commit
2c0b24b670
|
@ -2633,7 +2633,7 @@ static void test_WSASocket(void)
|
||||||
int wsaproviders[] = {IPPROTO_TCP, IPPROTO_IP};
|
int wsaproviders[] = {IPPROTO_TCP, IPPROTO_IP};
|
||||||
int autoprotocols[] = {IPPROTO_TCP, IPPROTO_UDP};
|
int autoprotocols[] = {IPPROTO_TCP, IPPROTO_UDP};
|
||||||
int items, err, size, socktype, i, j;
|
int items, err, size, socktype, i, j;
|
||||||
UINT pi_size;
|
DWORD pi_size;
|
||||||
|
|
||||||
static const struct
|
static const struct
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue