From 1c3d0f91a198917b0314e2df2291f27688f0b28d Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Sun, 12 Nov 2006 22:37:52 +0000 Subject: [PATCH] - Argh, another forgotten file. Too many local changes :( svn path=/trunk/; revision=24734 --- reactos/ntoskrnl/include/internal/ps.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/ntoskrnl/include/internal/ps.h b/reactos/ntoskrnl/include/internal/ps.h index d9d4ee8600d..6c10f554347 100644 --- a/reactos/ntoskrnl/include/internal/ps.h +++ b/reactos/ntoskrnl/include/internal/ps.h @@ -366,6 +366,7 @@ extern PLOAD_IMAGE_NOTIFY_ROUTINE PspLoadImageNotifyRoutine[PSP_MAX_LOAD_IMAGE_NOTIFY]; extern PLEGO_NOTIFY_ROUTINE PspLegoNotifyRoutine; extern ULONG PspThreadNotifyRoutineCount; +extern BOOLEAN PsImageNotifyEnabled; extern PKWIN32_PROCESS_CALLOUT PspW32ProcessCallout; extern PKWIN32_THREAD_CALLOUT PspW32ThreadCallout; extern PVOID PspSystemDllEntryPoint; @@ -378,6 +379,7 @@ extern PTOKEN PspBootAccessToken; extern GENERIC_MAPPING PspJobMapping; extern POBJECT_TYPE PsJobType; extern LARGE_INTEGER ShortPsLockDelay; +extern UNICODE_STRING PsNtDllPathName; extern LIST_ENTRY PriorityListHead[MAXIMUM_PRIORITY]; //