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:
Eric Pouech 2022-03-10 08:47:52 +01:00 committed by Alexandre Julliard
parent 8d6358d59a
commit 2c0b24b670
1 changed files with 1 additions and 1 deletions

View File

@ -2633,7 +2633,7 @@ static void test_WSASocket(void)
int wsaproviders[] = {IPPROTO_TCP, IPPROTO_IP};
int autoprotocols[] = {IPPROTO_TCP, IPPROTO_UDP};
int items, err, size, socktype, i, j;
UINT pi_size;
DWORD pi_size;
static const struct
{