29 Jul
2025
29 Jul
'25
10:34 a.m.
Rémi Bernon (@rbernon) commented about dlls/cfgmgr32/main.c:
DEVPROPERTY *props = (DEVPROPERTY *)obj.pProperties; DEV_QUERY_RESULT_ACTION_DATA action_data = {0}; struct device_query_context *ctx = data; + struct device_iface_path *iface_entry = NULL; HRESULT hr = S_OK; ULONG i;
+ TRACE("{%s, %p}\n", debugstr_w(obj.pszObjectId), data);
Please don't introduce yet another trace message pattern. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8564#note_111295