Fix compilation error (try 2).
Modified: trunk/reactos/drivers/video/videoprt/dispatch.c
--- trunk/reactos/drivers/video/videoprt/dispatch.c 2005-06-14 13:45:31 UTC (rev 15907) +++ trunk/reactos/drivers/video/videoprt/dispatch.c 2005-06-14 13:46:32 UTC (rev 15908) @@ -115,7 +115,7 @@
*/ DPRINT("Referencing CSRSS\n");
- Csrss = &PsGetCurrentProcess()->Pcb;
+ Csrss = (PKPROCESS)PsGetCurrentProcess();
DPRINT("Csrss %p\n", Csrss); CsrssInitialized = TRUE;