mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Reenable CSRSS process detection
svn path=/trunk/; revision=2621
This commit is contained in:
parent
f57567e347
commit
252d2dbf1d
1 changed files with 3 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: vidport.c,v 1.21 2002/02/08 02:57:09 chorns Exp $
|
||||
/* $Id: vidport.c,v 1.22 2002/02/12 12:00:28 jfilby Exp $
|
||||
*
|
||||
* VideoPort driver
|
||||
* Written by Rex Jolliff
|
||||
|
@ -292,7 +292,7 @@ VideoPortInitialize(IN PVOID Context1,
|
|||
DeviceNumber++;
|
||||
}
|
||||
while (Again);
|
||||
#if 0
|
||||
|
||||
/* Find a process handle for csrss */
|
||||
Cid.UniqueProcess = (HANDLE)3;
|
||||
Cid.UniqueThread = 0;
|
||||
|
@ -319,9 +319,7 @@ VideoPortInitialize(IN PVOID Context1,
|
|||
Csrss = NULL;
|
||||
}
|
||||
}
|
||||
#else
|
||||
Csrss = NULL;
|
||||
#endif
|
||||
|
||||
/* FIXME: initialize timer routine for MP Driver */
|
||||
if (HwInitializationData->HwTimer != NULL)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue