mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
uxtheme: GetSysColor() expects the same type of argument as GetThemeSysColor().
This commit is contained in:
parent
adea3c5dda
commit
996b451c2d
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ COLORREF WINAPI GetThemeSysColor(HTHEME hTheme, int iColorID)
|
|||
SetLastError(hr);
|
||||
}
|
||||
}
|
||||
return GetSysColor(iColorID - TMT_FIRSTCOLOR);
|
||||
return GetSysColor(iColorID);
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
|
|
Loading…
Reference in a new issue