21 Nov
2025
21 Nov
'25
9:01 a.m.
Hans Leidekker (@hans) commented about dlls/wbemprox/builtin.c:
static const struct record_softwarelicensingproduct data_softwarelicensingproduct[] = { - { 0, 1 }, + { L"", 0, 1, NULL },
Let's add some data that matches native to avoid apps crashing later when they try to parse it: `{ L"55c92734-d682-4d71-983e-d6ec3f16059f", 0, 1, L"DEAD0" }` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9545#note_123260