Bernhard K��lbl (@besentv) commented about dlls/windows.devices.enumeration/tests/devices.c:
- /* ITypedEventHandler<DeviceWatcher*,IInspectable*> methods */
- device_watcher_handler_Invoke,
+};
+static void device_watcher_handler_create(struct device_watcher_handler *impl) +{
- impl->ITypedEventHandler_DeviceWatcher_IInspectable_iface.lpVtbl = &device_watcher_handler_vtbl;
- impl->invoked = FALSE;
- impl->ref = 1;
+}
+static void test_device_watcher_stop(void) +{
- static const WCHAR *device_info_name = L"Windows.Devices.Enumeration.DeviceInformation";
- struct device_watcher_handler stopped_handler, dummy_handler;
s/dummy_handler/added_handler