Battery status only works on systems with one, silly me

This commit is contained in:
pagefault
2005-10-01 22:23:05 +00:00
parent ab18f4bc8a
commit 0293ec532d
2 changed files with 10 additions and 5 deletions

View File

@@ -3089,7 +3089,7 @@ void InitDebugger()
}
}
unsigned int WinCheckBatteryTime()
signed int WinCheckBatteryTime()
{
SYSTEM_POWER_STATUS SysPowerStat;