Rémi Bernon (@rbernon) commented about dlls/windows.devices.enumeration/tests/devices.c:
hr = IIterator_IKeyValuePair_HSTRING_IInspectable_MoveNext( iterator, &bool_val );
ok_(__FILE__, line)( hr == S_OK, "MoveNext failed, got hr %#lx\n", hr );
winetest_pop_context();
- }
- WindowsDeleteString( id );
- IIterator_IKeyValuePair_HSTRING_IInspectable_Release( iterator );
}
static void test_DeviceInformation( void ) {
- static const struct device_property device_iface_exp_props[] = {
{ L"System.Devices.InterfaceEnabled",PropertyType_Boolean },
{ L"System.Devices.DeviceInstanceId", PropertyType_String },
- };
Nit: inconsistent spacing.