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;