26 Aug
2022
26 Aug
'22
11:35 a.m.
Bernhard K��lbl (@besentv) commented about dlls/windows.devices.enumeration/main.c:
+{ + device_statics2_QueryInterface, + device_statics2_AddRef, + device_statics2_Release, + /* IInspectable methods */ + device_statics2_GetIids, + device_statics2_GetRuntimeClassName, + device_statics2_GetTrustLevel, + /* IDeviceInformationStatics2 methods */ + device_statics2_GetAqsFilterFromDeviceClass, + device_statics2_CreateFromIdAsync, + device_statics2_FindAllAsync, + device_statics2_CreateWatcher };
static struct windows_devices_enumeration windows_devices_enumeration = Same renaming to device_information_statics for the instance here.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/716#note_7002