From 94fe75aeb4595fbf2d04049f9881e6bdebbce4ae Mon Sep 17 00:00:00 2001 From: Casper Hornstrup Date: Sun, 27 May 2001 16:23:20 +0000 Subject: [PATCH] Full make svn path=/trunk/; revision=1927 --- reactos/drivers/bus/acpi/include/platform/types.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reactos/drivers/bus/acpi/include/platform/types.h b/reactos/drivers/bus/acpi/include/platform/types.h index 48c828b57f6..48565bd3692 100644 --- a/reactos/drivers/bus/acpi/include/platform/types.h +++ b/reactos/drivers/bus/acpi/include/platform/types.h @@ -335,6 +335,10 @@ typedef char *LPSTR; typedef const unsigned short *LPCWSTR; +typedef unsigned short RTL_ATOM; +typedef unsigned short *PRTL_ATOM; +typedef WORD ATOM; + typedef struct _COORD { SHORT X; SHORT Y;