mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Write resource requirements list in the registry, instead of its address
svn path=/trunk/; revision=15691
This commit is contained in:
parent
12628f673c
commit
13ffb8ef14
1 changed files with 1 additions and 1 deletions
|
@ -886,7 +886,7 @@ IopSetDeviceInstanceData(HANDLE InstanceKey,
|
|||
&KeyName,
|
||||
0,
|
||||
REG_RESOURCE_REQUIREMENTS_LIST,
|
||||
&DeviceNode->ResourceRequirements,
|
||||
DeviceNode->ResourceRequirements,
|
||||
DeviceNode->ResourceRequirements->ListSize);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue