From 59f8fd967564862a8eebc827fa3e91fda80a886a Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Sun, 19 Nov 2006 20:24:46 +0000 Subject: [PATCH] Add PsInitialSystemProcess declaration into winddk.h (fixes win32k compilation) svn path=/trunk/; revision=24787 --- reactos/include/ddk/winddk.h | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/include/ddk/winddk.h b/reactos/include/ddk/winddk.h index 3f1024c3e2c..5cf6c76bbfe 100644 --- a/reactos/include/ddk/winddk.h +++ b/reactos/include/ddk/winddk.h @@ -9878,6 +9878,7 @@ NTAPI PsTerminateSystemThread( IN NTSTATUS ExitStatus); +extern NTSYSAPI PEPROCESS PsInitialSystemProcess; /** Security reference monitor routines **/