mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[NDK]
- Add PsJobType, LpcPortObjectType svn path=/trunk/; revision=56377
This commit is contained in:
@@ -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
|
||||
//
|
||||
|
||||
@@ -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
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user