secur32: Sign-compare warning fix.
This commit is contained in:
parent
c44dcda12b
commit
f397252071
|
@ -987,7 +987,7 @@ BOOLEAN WINAPI GetComputerObjectNameW(
|
|||
DWORD size = sizeof(name)/sizeof(name[0]);
|
||||
if (GetComputerNameW(name, &size))
|
||||
{
|
||||
int len = domainInfo->Name.Length + size + 3;
|
||||
DWORD len = domainInfo->Name.Length + size + 3;
|
||||
if (lpNameBuffer)
|
||||
{
|
||||
if (*nSize < len)
|
||||
|
|
Loading…
Reference in New Issue