27 Mar
2025
27 Mar
'25
10:55 a.m.
Alfred Agrell (@Alcaro) commented about dlls/powrprof/powrprof.c:
DWORD WINAPI PowerEnumerate(HKEY key, const GUID *scheme, const GUID *subgroup, POWER_DATA_ACCESSOR flags, ULONG index, UCHAR *buffer, DWORD *buffer_size) { - FIXME("(%p,%s,%s,%d,%ld,%p,%p) stub!\n", key, debugstr_guid(scheme), debugstr_guid(subgroup), No need to remove the previous fixmes, just change them to trace or semi-stub.
If latter, I don't think the ERROR_CALL_NOT_IMPLEMENTED returns need separate fixmes. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7667#note_99221