- Add PsJobType, LpcPortObjectType

svn path=/trunk/; revision=56377
This commit is contained in:
Thomas Faber
2012-04-21 06:44:26 +00:00
parent 4b9b72182c
commit 7495c41a26
2 changed files with 18 additions and 0 deletions
+9
View File
@@ -25,6 +25,15 @@ Author:
#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
//
+9
View File
@@ -32,6 +32,15 @@ Author:
#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
//