mirror of
https://github.com/reactos/reactos.git
synced 2024-11-24 20:13:31 +08:00
[NDK] Fix 'DeletedChidren' typo (#1367)
On behalf of Vadim Galyant. CORE-15769
This commit is contained in:
parent
0996dac683
commit
6accaef3c7
@ -882,7 +882,7 @@ typedef struct _DEVICE_NODE
|
|||||||
LIST_ENTRY LegacyBusListEntry;
|
LIST_ENTRY LegacyBusListEntry;
|
||||||
ULONG DriverUnloadRetryCount;
|
ULONG DriverUnloadRetryCount;
|
||||||
struct _DEVICE_NODE *PreviousParent;
|
struct _DEVICE_NODE *PreviousParent;
|
||||||
ULONG DeletedChidren;
|
ULONG DeletedChildren;
|
||||||
#if (NTDDI_VERSION >= NTDDI_LONGHORN)
|
#if (NTDDI_VERSION >= NTDDI_LONGHORN)
|
||||||
ULONG NumaNodeIndex;
|
ULONG NumaNodeIndex;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user