Commit 8e638e14 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

iphlpapi: Sign-compare warning fix.

parent b83de4ad
......@@ -632,7 +632,7 @@ DWORD WINAPI FlushIpNetTable(DWORD dwIfIndex)
DWORD WINAPI GetAdapterIndex(LPWSTR AdapterName, PULONG IfIndex)
{
char adapterName[MAX_ADAPTER_NAME];
int i;
unsigned int i;
DWORD ret;
TRACE("(AdapterName %p, IfIndex %p)\n", AdapterName, IfIndex);
......
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