12 Oct
2022
12 Oct
'22
7:47 a.m.
Rémi Bernon (@rbernon) commented about include/windows.devices.enumeration.idl:
Right = 6, };
+ [contract(Windows.Foundation.UniversalApiContract, 1.0)] + enum DeviceAccessStatus + { + Unspecified = 0, + Allowed = 1, + DeniedByUser = 2, + DeniedBySystem = 3
Would you mind adding a trailing comma? Also I think the header changes should go in a separate commit. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1027#note_10364