From 4407fb7ada185b301532def526d3411ee026ac18 Mon Sep 17 00:00:00 2001 From: Alex Henrie Date: Wed, 25 Sep 2019 00:45:54 -0600 Subject: [PATCH] include: Add Tag field to SYSTEM_BATTERY_STATE. Signed-off-by: Alex Henrie Signed-off-by: Alexandre Julliard --- include/winnt.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/winnt.h b/include/winnt.h index 5e9057199e0..3f59bd9f30c 100644 --- a/include/winnt.h +++ b/include/winnt.h @@ -5607,7 +5607,8 @@ typedef struct { BOOLEAN BatteryPresent; BOOLEAN Charging; BOOLEAN Discharging; - BOOLEAN Spare1[4]; + BOOLEAN Spare1[3]; + BYTE Tag; ULONG MaxCapacity; ULONG RemainingCapacity; ULONG Rate;