Author: cfinck Date: Mon Jan 21 23:00:10 2008 New Revision: 31929
URL: http://svn.reactos.org/svn/reactos?rev=31929&view=rev Log: Aleksey's hack pack for getting more apps to work. This should also get OpenOffice 2.0.3 to work, but unfortunately not for me ;-)
Modified: branches/ros-branch-0_3_4/reactos/ntoskrnl/config/cmdelay.c branches/ros-branch-0_3_4/reactos/ntoskrnl/config/cmindex.c
Modified: branches/ros-branch-0_3_4/reactos/ntoskrnl/config/cmdelay.c URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_4/reactos/ntoskrn... ============================================================================== --- branches/ros-branch-0_3_4/reactos/ntoskrnl/config/cmdelay.c (original) +++ branches/ros-branch-0_3_4/reactos/ntoskrnl/config/cmdelay.c Mon Jan 21 23:00:10 2008 @@ -60,7 +60,7 @@ ASSERT(CmpDelayCloseWorkItemActive);
/* FIXME: TODO */ - ASSERT(FALSE); + //ASSERT(FALSE); }
VOID
Modified: branches/ros-branch-0_3_4/reactos/ntoskrnl/config/cmindex.c URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_4/reactos/ntoskrn... ============================================================================== --- branches/ros-branch-0_3_4/reactos/ntoskrnl/config/cmindex.c (original) +++ branches/ros-branch-0_3_4/reactos/ntoskrnl/config/cmindex.c Mon Jan 21 23:00:10 2008 @@ -1019,7 +1019,7 @@ /* Find the insertion point for our entry */ i = CmpFindSubKeyInLeaf(Hive, Leaf, Name, &Child); if (i & 0x80000000) return HCELL_NIL; - ASSERT(Child == HCELL_NIL); + //ASSERT(Child == HCELL_NIL);
/* Check if we're not last */ if (i != Leaf->Count) @@ -1031,7 +1031,7 @@ Leaf, &Child); if (Result == 2) return HCELL_NIL; - ASSERT(Result != 0); + //ASSERT(Result != 0);
/* Check if we come after */ if (Result > 0)