mirror of
https://github.com/reactos/reactos.git
synced 2025-05-08 19:27:00 +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:
parent
3a0805b27a
commit
cc87229eb8
1 changed files with 1 additions and 1 deletions
|
@ -736,7 +736,7 @@ DceFreeWindowDCE(PWINDOW_OBJECT Window)
|
|||
else
|
||||
{
|
||||
DPRINT1("Not POWNED or CLASSDC hwndCurrent -> %x \n", pDCE->hwndCurrent);
|
||||
ASSERT(FALSE);
|
||||
//ASSERT(FALSE);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue