mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
better GetSystemPowerStatus stub
svn path=/trunk/; revision=20093
This commit is contained in:
parent
10177cfd7f
commit
e49fe0bdeb
1 changed files with 7 additions and 1 deletions
|
@ -194,7 +194,13 @@ GetSystemPowerStatus (
|
|||
)
|
||||
{
|
||||
STUB;
|
||||
return 0;
|
||||
PowerStatus->ACLineStatus = 1;
|
||||
PowerStatus->BatteryFlag = 128;
|
||||
PowerStatus->BatteryLifePercent = 255;
|
||||
PowerStatus->Reserved1 = 0;
|
||||
PowerStatus->BatteryLifeTime = -1;
|
||||
PowerStatus->BatteryFullLifeTime = -1;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue