- Fix a typo ("add more underscores!") in a struct forward declaration.

svn path=/trunk/; revision=54832
This commit is contained in:
Aleksey Bragin 2012-01-04 12:18:23 +00:00
parent 612b04ffe2
commit 340ac9a8d6

View file

@ -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;