Elizabeth Figura (@zfigura) commented about dlls/winebth.sys/dbus.c:
- success = p_dbus_connection_send_with_reply( connection, request, call, -1 );
- p_dbus_message_unref( request );
- if (!success)
- {
return STATUS_NO_MEMORY;
- }
- if (*call == NULL)
- {
return STATUS_INVALID_PARAMETER;
- }
- return STATUS_SUCCESS;
+}
+#define DBUS_OBJECTMANAGER_METHOD_GETMANAGEDOBJECTS_RETURN_SIGNATURE \
This doesn't seem to be used anywhere?