From 25a579bc76f76327f3fb2affe6ef878142e39ffd Mon Sep 17 00:00:00 2001 From: James Tabor Date: Sat, 7 May 2011 23:44:30 +0000 Subject: [PATCH] - Bug 5320 was closed. svn path=/trunk/; revision=51637 --- 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 5265ba24624..5e943fc251e 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); } } else