From 340ac9a8d644d4cf8b866127461e459ffa10f5ed Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Wed, 4 Jan 2012 12:18:23 +0000 Subject: [PATCH] [NDK] - Fix a typo ("add more underscores!") in a struct forward declaration. svn path=/trunk/; revision=54832 --- reactos/include/ndk/iotypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/ndk/iotypes.h b/reactos/include/ndk/iotypes.h index 121ce2db03d..7f1af4ed1c6 100644 --- a/reactos/include/ndk/iotypes.h +++ b/reactos/include/ndk/iotypes.h @@ -847,7 +847,7 @@ typedef struct _EXTENDED_DEVOBJ_EXTENSION USHORT Size; PDEVICE_OBJECT DeviceObject; ULONG PowerFlags; - struct DEVICE_OBJECT_POWER_EXTENSION *Dope; + struct _DEVICE_OBJECT_POWER_EXTENSION *Dope; ULONG ExtensionFlags; struct _DEVICE_NODE *DeviceNode; PDEVICE_OBJECT AttachedTo;