mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Fix compilation error (try 2).
svn path=/trunk/; revision=15908
This commit is contained in:
@@ -115,7 +115,7 @@ IntVideoPortDispatchOpen(
|
||||
*/
|
||||
|
||||
DPRINT("Referencing CSRSS\n");
|
||||
Csrss = &PsGetCurrentProcess()->Pcb;
|
||||
Csrss = (PKPROCESS)PsGetCurrentProcess();
|
||||
DPRINT("Csrss %p\n", Csrss);
|
||||
|
||||
CsrssInitialized = TRUE;
|
||||
|
||||
Reference in New Issue
Block a user