- 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: Header Name:
lpctypes.h ketypes.h
Abstract: Abstract:
Type definitions for the Loader. Type definitions for the Kernel services.
Author: Author:

View file

@ -8,7 +8,7 @@ Header Name:
Abstract: Abstract:
Function definitions for the Executive. Function definitions for the Local Procedure Call.
Author: Author:
@ -23,6 +23,7 @@ Author:
// Dependencies // Dependencies
// //
#include <umtypes.h> #include <umtypes.h>
#include <lpctypes.h>
// //
// LPC Exports // LPC Exports

View file

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

View file

@ -4,11 +4,11 @@ Copyright (c) Alex Ionescu. All rights reserved.
Header Name: Header Name:
obtypes.h obfuncs.h
Abstract: Abstract:
Type definitions for the Object Manager Function definitions for the Object Manager
Author: Author: