iphlpapi: Sign-compare warning fix.

This commit is contained in:
Andrew Talbot 2008-08-27 20:53:37 +01:00 committed by Alexandre Julliard
parent b83de4adef
commit 8e638e147e

View file

@ -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);