user32: Fix type of loop variable.
This commit is contained in:
parent
d3840f0bb7
commit
2ea16a49e8
|
@ -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 */
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue