Comment out an ASSERT that gets trigged frequently.

See issue #5320 for more details.

svn path=/trunk/; revision=47039
This commit is contained in:
Timo Kreuzer 2010-04-26 15:46:16 +00:00
parent 3a0805b27a
commit cc87229eb8

View file

@ -736,7 +736,7 @@ DceFreeWindowDCE(PWINDOW_OBJECT Window)
else
{
DPRINT1("Not POWNED or CLASSDC hwndCurrent -> %x \n", pDCE->hwndCurrent);
ASSERT(FALSE);
//ASSERT(FALSE);
}
}
else