Author: ilardig Date: Sun May 8 09:27:31 2011 New Revision: 51638
URL: http://svn.reactos.org/svn/reactos?rev=51638&view=rev Log: re-add the assert, bug 5320 is still here, my fault, sorry.
Modified: trunk/reactos/subsystems/win32/win32k/ntuser/windc.c
Modified: trunk/reactos/subsystems/win32/win32k/ntuser/windc.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/ntu... ============================================================================== --- trunk/reactos/subsystems/win32/win32k/ntuser/windc.c [iso-8859-1] (original) +++ trunk/reactos/subsystems/win32/win32k/ntuser/windc.c [iso-8859-1] Sun May 8 09:27:31 2011 @@ -730,7 +730,7 @@ else { DPRINT1("Not POWNED or CLASSDC hwndCurrent -> %x \n", pDCE->hwndCurrent); - ASSERT(FALSE); + // ASSERT(FALSE); /* bug 5320 */ } } else