mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Comment out an ASSERT that gets trigged frequently.
See issue #5320 for more details. svn path=/trunk/; revision=47039
This commit is contained in:
@@ -736,7 +736,7 @@ DceFreeWindowDCE(PWINDOW_OBJECT Window)
|
||||
else
|
||||
{
|
||||
DPRINT1("Not POWNED or CLASSDC hwndCurrent -> %x \n", pDCE->hwndCurrent);
|
||||
ASSERT(FALSE);
|
||||
//ASSERT(FALSE);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user