mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 09:47:13 +00:00
[STOBJECT] Improve the existing PCH and make use of it.
This commit is contained in:
parent
6429bfcd8f
commit
e15874b491
8 changed files with 26 additions and 40 deletions
|
@ -8,23 +8,17 @@
|
|||
* David Quintana <gigaherz@gmail.com>
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include <setupapi.h>
|
||||
#include <devguid.h>
|
||||
#include <batclass.h>
|
||||
|
||||
#include "precomp.h"
|
||||
#include "powrprof.h"
|
||||
|
||||
#include <mmsystem.h>
|
||||
#include <mmddk.h>
|
||||
#include <atlstr.h>
|
||||
#include <devguid.h>
|
||||
#include <winioctl.h>
|
||||
#include <powrprof.h>
|
||||
#include <windows.h>
|
||||
#include <batclass.h>
|
||||
|
||||
#define GBS_HASBATTERY 0x1
|
||||
#define GBS_ONBATTERY 0x2
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(stobject);
|
||||
|
||||
int br_icons[5] = { IDI_BATTCAP0, IDI_BATTCAP1, IDI_BATTCAP2, IDI_BATTCAP3, IDI_BATTCAP4 }; // battery mode icons.
|
||||
int bc_icons[5] = { IDI_BATTCHA0, IDI_BATTCHA1, IDI_BATTCHA2, IDI_BATTCHA3, IDI_BATTCHA4 }; // charging mode icons.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue