Alistair Leslie-Hughes : ntdll: Fix compile error on macos.

Alexandre Julliard julliard at winehq.org
Fri Nov 1 15:37:47 CDT 2019


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

Author: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Date:   Fri Nov  1 07:13:59 2019 +0000

ntdll: Fix compile error on macos.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/nt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/ntdll/nt.c b/dlls/ntdll/nt.c
index 81bac70b0f..b6daa226b3 100644
--- a/dlls/ntdll/nt.c
+++ b/dlls/ntdll/nt.c
@@ -3196,7 +3196,7 @@ static NTSTATUS fill_battery_state(SYSTEM_BATTERY_STATE *bs)
 
 #else
 
-static NTSTATUS fill_battery_state(SYSTEM_BATTERY_STATE *)
+static NTSTATUS fill_battery_state(SYSTEM_BATTERY_STATE *bs)
 {
 	FIXME("SystemBatteryState not implemented on this platform\n");
 	return STATUS_NOT_IMPLEMENTED;




More information about the wine-cvs mailing list