mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 20:24:01 +00:00
[NDK] Fix 'DeletedChidren' typo (#1367)
On behalf of Vadim Galyant. CORE-15769
This commit is contained in:
parent
0996dac683
commit
6accaef3c7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue