[WIN32K]
[reactos.git] / win32ss / user / ntuser / simplecall.c
index b68bf06..cc0e6a9 100644 (file)
@@ -334,7 +334,7 @@ NtUserCallOneParam(
           BOOL Ret = TRUE;
           PPROCESSINFO ppi;
           PDWORD pdwLayout;
-          if ( PsGetCurrentProcess() == CsrProcess)
+          if ( PsGetCurrentProcess() == gpepCSRSS)
           {
              EngSetLastError(ERROR_INVALID_ACCESS);
              RETURN(FALSE);