14 Nov
2024
14 Nov
'24
7:38 p.m.
Elizabeth Figura (@zfigura) commented about dlls/setupapi/devinst.c:
DEVPROPKEY *prop_keys, DWORD prop_keys_len, DWORD *required_prop_keys, DWORD flags ) { - FIXME( "(%p, %p, %p, %ld, %p, %#lx) stub!\n", devinfo, device_data, prop_keys, prop_keys_len, + WCHAR props_path[] = L"Properties\\";
I don't think there's any need for this to be a variable; you can just put the string constant directly in RegOpenKey(). I also don't think you need the trailing slash. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6744#note_87517