Author: fireball Date: Wed Jan 4 12:18:23 2012 New Revision: 54832
URL: http://svn.reactos.org/svn/reactos?rev=54832&view=rev Log: [NDK] - Fix a typo ("add more underscores!") in a struct forward declaration.
Modified: trunk/reactos/include/ndk/iotypes.h
Modified: trunk/reactos/include/ndk/iotypes.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/iotypes.h?rev=5... ============================================================================== --- trunk/reactos/include/ndk/iotypes.h [iso-8859-1] (original) +++ trunk/reactos/include/ndk/iotypes.h [iso-8859-1] Wed Jan 4 12:18:23 2012 @@ -847,7 +847,7 @@ 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;