[PATCH 1/6] include: Add Tag field to SYSTEM_BATTERY_STATE

Alex Henrie alexhenrie24 at gmail.com
Wed Sep 25 01:45:54 CDT 2019


Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
---
 include/winnt.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/winnt.h b/include/winnt.h
index 9c4174f310..3db86ae155 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;
-- 
2.23.0




More information about the wine-devel mailing list