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