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.