mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:35:47 +00:00
- Fix build
svn path=/trunk/; revision=46286
This commit is contained in:
parent
7d83ca07e8
commit
84d900acb3
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ PoRequestPowerIrp(IN PDEVICE_OBJECT DeviceObject,
|
|||
else
|
||||
{
|
||||
Stack->Parameters.Power.Type = DevicePowerState;
|
||||
Stack->Parameters.Power.State = PowerState.DeviceState;
|
||||
Stack->Parameters.Power.State = PowerState;
|
||||
}
|
||||
|
||||
RequestPowerItem->CompletionRoutine = CompletionFunction;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue