13 Oct
2022
13 Oct
'22
11:53 p.m.
Etaash Mathamsetty (@etaash.mathamsetty) commented about dlls/wbemprox/builtin.c:
rec->description = L"AT/AT COMPATIBLE"; rec->domain = L"WORKGROUP"; rec->domainrole = 0; /* standalone workstation */ + rec->hypervisorpresent = 0;
Set this to FALSE instead of 0, since it's now a BOOL -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1057#note_10636