29 Jun
2023
29 Jun
'23
7:55 a.m.
Rémi Bernon (@rbernon) commented about include/windows.devices.geolocation.idl:
+ [contract(Windows.Foundation.UniversalApiContract, 1.0)] + enum PositionAccuracy + { + Default = 0, + High = 1 + }; + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + enum PositionStatus + { + Ready = 0, + Initializing = 1, + NoData = 2, + Disabled = 3, + NotInitialized = 4, + NotAvailable = 5 Same.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/3189#note_37265