Commit 2c0b24b6 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

ws2_32/tests: Use correct integral type.

parent 8d6358d5
......@@ -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
{
......
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