[ros-diffs] [tkreuzer] 47039: Comment out an ASSERT that gets trigged frequently. See issue #5320 for more details.
tkreuzer at svn.reactos.org
tkreuzer at svn.reactos.org
Mon Apr 26 17:46:17 CEST 2010
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/ntuser/windc.c?rev=47039&r1=47038&r2=47039&view=diff
==============================================================================
--- 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
More information about the Ros-diffs
mailing list