Commit 4a1bbff6 authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

ntdll: Fix compile error on macos.

parent 9defa529
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment