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