[NDK]
authorThomas Faber <thomas.faber@reactos.org>
Sat, 21 Apr 2012 06:44:26 +0000 (06:44 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Sat, 21 Apr 2012 06:44:26 +0000 (06:44 +0000)
- Add PsJobType, LpcPortObjectType

svn path=/trunk/; revision=56377

reactos/include/ndk/lpctypes.h
reactos/include/ndk/pstypes.h

index 2f869a8..b550ab1 100644 (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
 //
index 8e61f3b..65b8814 100644 (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
 //