mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Remove debugging changes.
svn path=/trunk/; revision=2414
This commit is contained in:
parent
7a15ff20db
commit
fc1ce2a0d3
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue