mirror of
https://github.com/reactos/wine.git
synced 2025-04-01 07:31:34 +00:00
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)
|
||||
{
|
||||
char adapterName[MAX_ADAPTER_NAME];
|
||||
int i;
|
||||
unsigned int i;
|
||||
DWORD ret;
|
||||
|
||||
TRACE("(AdapterName %p, IfIndex %p)\n", AdapterName, IfIndex);
|
||||
|
Loading…
x
Reference in New Issue
Block a user