turn assertion on again, this bug should be fixed now

svn path=/trunk/; revision=27946
This commit is contained in:
Thomas Bluemel 2007-07-28 12:22:27 +00:00
parent 4337ad0e49
commit 85928f924c

View file

@ -54,12 +54,7 @@ static VOID
IntDestroyClass(IN OUT PWINDOWCLASS Class)
{
/* there shouldn't be any clones anymore */
//ASSERT(Class->Windows == 0);
if (Class->Windows)
{
DPRINT1("FIXME: W3Seek's Class Patch is broken!\n");
Class->Windows = 0;
}
ASSERT(Class->Windows == 0);
ASSERT(Class->Clone == NULL);
if (Class->Base == Class)