13 Oct
2022
13 Oct
'22
11:53 p.m.
Etaash Mathamsetty (@etaash.mathamsetty) commented about dlls/wbemprox/builtin.c:
const WCHAR *description; const WCHAR *domain; UINT16 domainrole; + int hypervisorpresent;
this should be a BOOL rather than int (it seems to be a BOOL based on what I have read) -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1057#note_10635