[NDK]
authorThomas Faber <thomas.faber@reactos.org>
Mon, 30 Jan 2017 11:45:51 +0000 (11:45 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Mon, 30 Jan 2017 11:45:51 +0000 (11:45 +0000)
- Add missing lpctypes.h include in lpcfuncs.h
- Fix some file header comments

svn path=/trunk/; revision=73632

reactos/sdk/include/ndk/ketypes.h
reactos/sdk/include/ndk/lpcfuncs.h
reactos/sdk/include/ndk/lpctypes.h
reactos/sdk/include/ndk/obfuncs.h

index 11e48bf..07e9feb 100644 (file)
@@ -4,11 +4,11 @@ Copyright (c) Alex Ionescu.  All rights reserved.
 
 Header Name:
 
-    lpctypes.h
+    ketypes.h
 
 Abstract:
 
-    Type definitions for the Loader.
+    Type definitions for the Kernel services.
 
 Author:
 
index ffa0962..e140f6d 100644 (file)
@@ -8,7 +8,7 @@ Header Name:
 
 Abstract:
 
-    Function definitions for the Executive.
+    Function definitions for the Local Procedure Call.
 
 Author:
 
@@ -23,6 +23,7 @@ Author:
 // Dependencies
 //
 #include <umtypes.h>
+#include <lpctypes.h>
 
 //
 // LPC Exports
index 24984da..23d2f48 100644 (file)
@@ -8,7 +8,7 @@ Header Name:
 
 Abstract:
 
-    Type definitions for the Loader.
+    Type definitions for the Local Procedure Call.
 
 Author:
 
index 1bca142..7c3218f 100644 (file)
@@ -4,11 +4,11 @@ Copyright (c) Alex Ionescu.  All rights reserved.
 
 Header Name:
 
-    obtypes.h
+    obfuncs.h
 
 Abstract:
 
-    Type definitions for the Object Manager
+    Function definitions for the Object Manager
 
 Author: