gdi.exe16: Avoid signed-unsigned integer comparisons.

This commit is contained in:
Andrew Talbot 2013-01-16 20:42:31 +00:00 committed by Alexandre Julliard
parent e727e44dfa
commit d2d288b13a

View file

@ -2361,7 +2361,7 @@ BOOL16 WINAPI GetCharWidth16( HDC16 hdc, UINT16 firstChar, UINT16 lastChar, LPIN
if( buf32 )
{
LPINT obuf32 = buf32;
int i;
UINT i;
retVal = GetCharWidth32A( HDC_32(hdc), firstChar, lastChar, buf32);
if (retVal)