mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 16:16:42 +00:00
[CMAKE]
- Merge the win32k change from r51126. svn path=/branches/cmake-bringup/; revision=51162
This commit is contained in:
parent
9518b8f2a7
commit
56e859054d
1 changed files with 0 additions and 3 deletions
|
@ -221,9 +221,6 @@ IntSetSysColors(UINT nColors, INT *Elements, COLORREF *Colors)
|
|||
{
|
||||
UINT i;
|
||||
|
||||
ASSERT(Elements);
|
||||
ASSERT(Colors);
|
||||
|
||||
for (i = 0; i < nColors; i++)
|
||||
{
|
||||
if ((UINT)(*Elements) < NUM_SYSCOLORS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue