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
1 changed files with 1 additions and 1 deletions

View File

@ -632,7 +632,7 @@ DWORD WINAPI FlushIpNetTable(DWORD dwIfIndex)
DWORD WINAPI GetAdapterIndex(LPWSTR AdapterName, PULONG IfIndex) DWORD WINAPI GetAdapterIndex(LPWSTR AdapterName, PULONG IfIndex)
{ {
char adapterName[MAX_ADAPTER_NAME]; char adapterName[MAX_ADAPTER_NAME];
int i; unsigned int i;
DWORD ret; DWORD ret;
TRACE("(AdapterName %p, IfIndex %p)\n", AdapterName, IfIndex); TRACE("(AdapterName %p, IfIndex %p)\n", AdapterName, IfIndex);