Author: tkreuzer
Date: Mon Apr 26 17:46:16 2010
New Revision: 47039
URL:
http://svn.reactos.org/svn/reactos?rev=47039&view=rev
Log:
Comment out an ASSERT that gets trigged frequently.
See issue #5320 for more details.
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/nt…
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/ntuser/windc.c [iso-8859-1] (original)
+++ trunk/reactos/subsystems/win32/win32k/ntuser/windc.c [iso-8859-1] Mon Apr 26 17:46:16
2010
@@ -736,7 +736,7 @@
else
{
DPRINT1("Not POWNED or CLASSDC hwndCurrent -> %x \n",
pDCE->hwndCurrent);
- ASSERT(FALSE);
+ //ASSERT(FALSE);
}
}
else