Alex Henrie : include: Add Tag field to SYSTEM_BATTERY_STATE.

Alexandre Julliard julliard at winehq.org
Wed Sep 25 16:45:20 CDT 2019


Module: wine
Branch: master
Commit: 4407fb7ada185b301532def526d3411ee026ac18
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=4407fb7ada185b301532def526d3411ee026ac18

Author: Alex Henrie <alexhenrie24 at gmail.com>
Date:   Wed Sep 25 00:45:54 2019 -0600

include: Add Tag field to SYSTEM_BATTERY_STATE.

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/winnt.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/winnt.h b/include/winnt.h
index 5e9057199e..3f59bd9f30 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;




More information about the wine-cvs mailing list