advapi32: Removed sign comparison warning.
This commit is contained in:
parent
b76e2daec2
commit
30fde946fa
|
@ -3600,7 +3600,7 @@ DWORD WINAPI SetEntriesInAclA( ULONG count, PEXPLICIT_ACCESSA pEntries,
|
|||
{
|
||||
DWORD err = ERROR_SUCCESS;
|
||||
EXPLICIT_ACCESSW *pEntriesW;
|
||||
int alloc_index, free_index;
|
||||
UINT alloc_index, free_index;
|
||||
|
||||
TRACE("%d %p %p %p\n", count, pEntries, OldAcl, NewAcl);
|
||||
|
||||
|
|
Loading…
Reference in New Issue