29 Jun
2023
29 Jun
'23
7:55 a.m.
Rémi Bernon (@rbernon) commented about dlls/windows.devices.geolocation.geolocator/tests/geolocator.c:
+ + check_interface( factory, &IID_IUnknown ); + check_interface( factory, &IID_IInspectable ); +} + +START_TEST(geolocator) +{ + HRESULT hr; + + hr = RoInitialize( RO_INIT_MULTITHREADED ); + ok( hr == S_OK, "RoInitialize failed, hr %#lx\n", hr ); + + test_basic(); + + RoUninitialize(); + Unnecessary blank line.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/3189#note_37254