re-add the assert, bug 5320 is still here, my fault, sorry.

svn path=/trunk/; revision=51638
This commit is contained in:
Gabriel Ilardi
2011-05-08 09:27:31 +00:00
parent 25a579bc76
commit 5efd96cf71
@@ -730,7 +730,7 @@ DceFreeWindowDCE(PWND Window)
else
{
DPRINT1("Not POWNED or CLASSDC hwndCurrent -> %x \n", pDCE->hwndCurrent);
ASSERT(FALSE);
// ASSERT(FALSE); /* bug 5320 */
}
}
else