Author: tfaber Date: Mon Jan 30 11:45:51 2017 New Revision: 73632
URL: http://svn.reactos.org/svn/reactos?rev=73632&view=rev Log: [NDK] - Add missing lpctypes.h include in lpcfuncs.h - Fix some file header comments
Modified: trunk/reactos/sdk/include/ndk/ketypes.h trunk/reactos/sdk/include/ndk/lpcfuncs.h trunk/reactos/sdk/include/ndk/lpctypes.h trunk/reactos/sdk/include/ndk/obfuncs.h
Modified: trunk/reactos/sdk/include/ndk/ketypes.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/sdk/include/ndk/ketypes.h?r... ============================================================================== --- trunk/reactos/sdk/include/ndk/ketypes.h [iso-8859-1] (original) +++ trunk/reactos/sdk/include/ndk/ketypes.h [iso-8859-1] Mon Jan 30 11:45:51 2017 @@ -4,11 +4,11 @@
Header Name:
- lpctypes.h + ketypes.h
Abstract:
- Type definitions for the Loader. + Type definitions for the Kernel services.
Author:
Modified: trunk/reactos/sdk/include/ndk/lpcfuncs.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/sdk/include/ndk/lpcfuncs.h?... ============================================================================== --- trunk/reactos/sdk/include/ndk/lpcfuncs.h [iso-8859-1] (original) +++ trunk/reactos/sdk/include/ndk/lpcfuncs.h [iso-8859-1] Mon Jan 30 11:45:51 2017 @@ -8,7 +8,7 @@
Abstract:
- Function definitions for the Executive. + Function definitions for the Local Procedure Call.
Author:
@@ -23,6 +23,7 @@ // Dependencies // #include <umtypes.h> +#include <lpctypes.h>
// // LPC Exports
Modified: trunk/reactos/sdk/include/ndk/lpctypes.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/sdk/include/ndk/lpctypes.h?... ============================================================================== --- trunk/reactos/sdk/include/ndk/lpctypes.h [iso-8859-1] (original) +++ trunk/reactos/sdk/include/ndk/lpctypes.h [iso-8859-1] Mon Jan 30 11:45:51 2017 @@ -8,7 +8,7 @@
Abstract:
- Type definitions for the Loader. + Type definitions for the Local Procedure Call.
Author:
Modified: trunk/reactos/sdk/include/ndk/obfuncs.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/sdk/include/ndk/obfuncs.h?r... ============================================================================== --- trunk/reactos/sdk/include/ndk/obfuncs.h [iso-8859-1] (original) +++ trunk/reactos/sdk/include/ndk/obfuncs.h [iso-8859-1] Mon Jan 30 11:45:51 2017 @@ -4,11 +4,11 @@
Header Name:
- obtypes.h + obfuncs.h
Abstract:
- Type definitions for the Object Manager + Function definitions for the Object Manager
Author: