- Add missing lpctypes.h include in lpcfuncs.h
- Fix some file header comments

svn path=/trunk/; revision=73632
This commit is contained in:
Thomas Faber 2017-01-30 11:45:51 +00:00
parent 96fc9a41f8
commit dacd843616
4 changed files with 7 additions and 6 deletions

View 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:

View 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

View file

@ -8,7 +8,7 @@ Header Name:
Abstract:
Type definitions for the Loader.
Type definitions for the Local Procedure Call.
Author:

View 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: