From 7495c41a26a30075386820a44120aa9875bf62d7 Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Sat, 21 Apr 2012 06:44:26 +0000 Subject: [PATCH] [NDK] - Add PsJobType, LpcPortObjectType svn path=/trunk/; revision=56377 --- reactos/include/ndk/lpctypes.h | 9 +++++++++ reactos/include/ndk/pstypes.h | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/reactos/include/ndk/lpctypes.h b/reactos/include/ndk/lpctypes.h index 2f869a8d9e9..b550ab1a32a 100644 --- a/reactos/include/ndk/lpctypes.h +++ b/reactos/include/ndk/lpctypes.h @@ -25,6 +25,15 @@ Author: #include //#include +#ifndef NTOS_MODE_USER + +// +// Kernel Exported Object Types +// +extern POBJECT_TYPE NTSYSAPI LpcPortObjectType; + +#endif // !NTOS_MODE_USER + // // Internal helper macro // diff --git a/reactos/include/ndk/pstypes.h b/reactos/include/ndk/pstypes.h index 8e61f3b071b..65b88141cec 100644 --- a/reactos/include/ndk/pstypes.h +++ b/reactos/include/ndk/pstypes.h @@ -32,6 +32,15 @@ Author: #include #endif +#ifndef NTOS_MODE_USER + +// +// Kernel Exported Object Types +// +extern POBJECT_TYPE NTSYSAPI PsJobType; + +#endif // !NTOS_MODE_USER + // // KUSER_SHARED_DATA location in User Mode //