mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
re-add the assert, bug 5320 is still here, my fault, sorry.
svn path=/trunk/; revision=51638
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user