mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 05:00:27 +00:00
[NDK]
- Fix a typo ("add more underscores!") in a struct forward declaration. svn path=/trunk/; revision=54832
This commit is contained in:
parent
612b04ffe2
commit
340ac9a8d6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue