- Merge the win32k change from r51126.

svn path=/branches/cmake-bringup/; revision=51162
This commit is contained in:
Amine Khaldi 2011-03-26 16:56:24 +00:00
parent 9518b8f2a7
commit 56e859054d

View file

@ -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)