secur32: Sign-compare warning fix.

This commit is contained in:
Andrew Talbot 2008-11-08 15:16:26 +00:00 committed by Alexandre Julliard
parent c44dcda12b
commit f397252071
1 changed files with 1 additions and 1 deletions

View File

@ -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)