From fc1ce2a0d3cbaf8fbda755b7d669aef87661eb74 Mon Sep 17 00:00:00 2001 From: David Welch Date: Sun, 2 Dec 2001 23:37:25 +0000 Subject: [PATCH] Remove debugging changes. svn path=/trunk/; revision=2414 --- reactos/ntoskrnl/ldr/loader.c | 4 ++-- reactos/subsys/smss/init.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reactos/ntoskrnl/ldr/loader.c b/reactos/ntoskrnl/ldr/loader.c index 9cc2767a151..5e7d1d08c7f 100644 --- a/reactos/ntoskrnl/ldr/loader.c +++ b/reactos/ntoskrnl/ldr/loader.c @@ -1,4 +1,4 @@ -/* $Id: loader.c,v 1.91 2001/12/02 23:34:41 dwelch Exp $ +/* $Id: loader.c,v 1.92 2001/12/02 23:37:25 dwelch Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -932,7 +932,7 @@ VOID LdrLoadAutoConfigDrivers (VOID) /* * Networking */ -#if 0 +#if 1 /* * NDIS library */ diff --git a/reactos/subsys/smss/init.c b/reactos/subsys/smss/init.c index 3adff072574..95285e914cd 100644 --- a/reactos/subsys/smss/init.c +++ b/reactos/subsys/smss/init.c @@ -1,4 +1,4 @@ -/* $Id: init.c,v 1.27 2001/12/02 23:34:43 dwelch Exp $ +/* $Id: init.c,v 1.28 2001/12/02 23:37:25 dwelch Exp $ * * init.c - Session Manager initialization * @@ -448,7 +448,7 @@ BOOL InitSessionManager (HANDLE Children[]) /* Load the kernel mode driver win32k.sys */ RtlInitUnicodeString (&CmdLineW, L"\\SystemRoot\\system32\\drivers\\win32k.sys"); - // Status = NtLoadDriver (&CmdLineW); + Status = NtLoadDriver (&CmdLineW); #if 0 if (!NT_SUCCESS(Status))