iphlpapi: Sign-compare warning fix.
This commit is contained in:
parent
b83de4adef
commit
8e638e147e
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue