mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[NTOSKRNL] NtPowerInformation: Report an AC powered machine by default.
This commit is contained in:
parent
98972036d9
commit
f71588ff7a
1 changed files with 1 additions and 1 deletions
|
@ -703,7 +703,7 @@ NtPowerInformation(IN POWER_INFORMATION_LEVEL PowerInformationLevel,
|
|||
{
|
||||
/* Just zero the struct (and thus set BatteryState->BatteryPresent = FALSE) */
|
||||
RtlZeroMemory(BatteryState, sizeof(SYSTEM_BATTERY_STATE));
|
||||
BatteryState->EstimatedTime = MAXULONG;
|
||||
BatteryState->AcOnLine = TRUE;
|
||||
|
||||
Status = STATUS_SUCCESS;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue