From 5efd96cf71760db9d5fb8ef44edc4abf8c1971ad Mon Sep 17 00:00:00 2001 From: Gabriel Ilardi Date: Sun, 8 May 2011 09:27:31 +0000 Subject: [PATCH] re-add the assert, bug 5320 is still here, my fault, sorry. svn path=/trunk/; revision=51638 --- reactos/subsystems/win32/win32k/ntuser/windc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsystems/win32/win32k/ntuser/windc.c b/reactos/subsystems/win32/win32k/ntuser/windc.c index 5e943fc251e..a225e52fe3e 100644 --- a/reactos/subsystems/win32/win32k/ntuser/windc.c +++ b/reactos/subsystems/win32/win32k/ntuser/windc.c @@ -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