Commit aedb86a4 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

ws2_32: Use BOOL type where appropriate.

parent 1214fb41
......@@ -5065,7 +5065,8 @@ static struct WS_hostent* WS_get_local_ips( char *hostname )
for (n = 0; n < routes->dwNumEntries; n++)
{
IF_INDEX ifindex;
DWORD ifmetric, exists = FALSE;
DWORD ifmetric;
BOOL exists = FALSE;
if (routes->table[n].u1.ForwardType != MIB_IPROUTE_TYPE_DIRECT)
continue;
......
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