mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
[NDK]
- Fix a typo ("add more underscores!") in a struct forward declaration.
svn path=/trunk/; revision=54832
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user