mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Fix compilation error.
svn path=/trunk/; revision=15907
This commit is contained in:
parent
b2970c097e
commit
cd1a3da016
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ IntVideoPortDispatchOpen(
|
|||
*/
|
||||
|
||||
DPRINT("Referencing CSRSS\n");
|
||||
Csrss = PsGetCurrentProcess();
|
||||
Csrss = &PsGetCurrentProcess()->Pcb;
|
||||
DPRINT("Csrss %p\n", Csrss);
|
||||
|
||||
CsrssInitialized = TRUE;
|
||||
|
|
Loading…
Reference in a new issue