user32: Fix type of loop variable.

This commit is contained in:
Gerald Pfeifer 2007-12-29 09:41:02 +01:00 committed by Alexandre Julliard
parent d3840f0bb7
commit 2ea16a49e8
1 changed files with 1 additions and 1 deletions

View File

@ -2898,7 +2898,7 @@ BOOL WINAPI SetSysColors( INT nChanges, const INT *lpSysColor,
*/
DWORD WINAPI SetSysColorsTemp( const COLORREF *pPens, const HBRUSH *pBrushes, DWORD n)
{
int i;
DWORD i;
if (pPens && pBrushes) /* "set" call */
{