[ros-diffs] [fireball] 54832: [NDK] - Fix a typo ("add more underscores!") in a struct forward declaration.

fireball at svn.reactos.org fireball at svn.reactos.org
Wed Jan 4 12:18:26 UTC 2012


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=54832&r1=54831&r2=54832&view=diff
==============================================================================
--- 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;




More information about the Ros-diffs mailing list