Author: tfaber Date: Sat Apr 21 06:44:26 2012 New Revision: 56377
URL: http://svn.reactos.org/svn/reactos?rev=56377&view=rev Log: [NDK] - Add PsJobType, LpcPortObjectType
Modified: trunk/reactos/include/ndk/lpctypes.h trunk/reactos/include/ndk/pstypes.h
Modified: trunk/reactos/include/ndk/lpctypes.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/lpctypes.h?rev=... ============================================================================== --- trunk/reactos/include/ndk/lpctypes.h [iso-8859-1] (original) +++ trunk/reactos/include/ndk/lpctypes.h [iso-8859-1] Sat Apr 21 06:44:26 2012 @@ -24,6 +24,15 @@ // #include <umtypes.h> //#include <pstypes.h> + +#ifndef NTOS_MODE_USER + +// +// Kernel Exported Object Types +// +extern POBJECT_TYPE NTSYSAPI LpcPortObjectType; + +#endif // !NTOS_MODE_USER
// // Internal helper macro
Modified: trunk/reactos/include/ndk/pstypes.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/pstypes.h?rev=5... ============================================================================== --- trunk/reactos/include/ndk/pstypes.h [iso-8859-1] (original) +++ trunk/reactos/include/ndk/pstypes.h [iso-8859-1] Sat Apr 21 06:44:26 2012 @@ -31,6 +31,15 @@ #include <extypes.h> #include <setypes.h> #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