mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
2002-11-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
* include/ddk/ldrtypes.h: Move ... * include/ntos/ldrtypes.h: ... here. * include/ddk/ntddk.h: Include ldrtypes.h at new location. svn path=/trunk/; revision=3760
This commit is contained in:
parent
da9ce8cff3
commit
5e586c9ecf
3 changed files with 8 additions and 19 deletions
|
@ -1,3 +1,9 @@
|
|||
2002-11-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
|
||||
|
||||
* include/ddk/ldrtypes.h: Move ...
|
||||
* include/ntos/ldrtypes.h: ... here.
|
||||
* include/ddk/ntddk.h: Include ldrtypes.h at new location.
|
||||
|
||||
2002-11-13 Casper S. Hornstrup <chorns@users.sourceforge.net>
|
||||
|
||||
* drivers/bus/acpi/ospm/osl.c (acpi_os_readable, acpi_os_writable):
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
#ifndef __INCLUDE_DDK_LDRTYPES_H
|
||||
#define __INCLUDE_DDK_LDRTYPES_H
|
||||
/* $Id: ldrtypes.h,v 1.3 2002/09/08 10:47:44 chorns Exp $ */
|
||||
|
||||
typedef struct _LDR_RESOURCE_INFO
|
||||
{
|
||||
ULONG Type;
|
||||
ULONG Name;
|
||||
ULONG Language;
|
||||
} LDR_RESOURCE_INFO, *PLDR_RESOURCE_INFO;
|
||||
|
||||
#define RESOURCE_TYPE_LEVEL 0
|
||||
#define RESOURCE_NAME_LEVEL 1
|
||||
#define RESOURCE_LANGUAGE_LEVEL 2
|
||||
#define RESOURCE_DATA_LEVEL 3
|
||||
|
||||
#endif /* __INCLUDE_DDK_LDRTYPES_H */
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: ntddk.h,v 1.32 2002/11/14 18:21:02 chorns Exp $
|
||||
/* $Id: ntddk.h,v 1.33 2002/11/15 22:30:30 chorns Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -56,7 +56,7 @@ extern "C"
|
|||
#include <ddk/iotypes.h>
|
||||
#include <ddk/extypes.h>
|
||||
#include <ddk/pstypes.h>
|
||||
#include <ddk/ldrtypes.h>
|
||||
#include <ntos/ldrtypes.h>
|
||||
#include <ntos/zwtypes.h>
|
||||
#include <ddk/ioctrl.h>
|
||||
#include <ntos/rtltypes.h>
|
||||
|
|
Loading…
Reference in a new issue