On Mon Jul 22 12:49:59 2024 +0000, Alfred Agrell wrote:
If an object implements multiple interfaces, the approach minimizing the amount of boilerplate is https://gitlab.winehq.org/wine/wine/-/blob/df9bdcfdc1074fc17eb906dfa87e9492c.... For objects like this, it doesn't matter.
Actually, it does matter - this object should implement IObjectCollection, not just IEnumObjects ([source](https://chromium.googlesource.com/chromium/chromium/+/7e279a29c6ff61e6132039...)). That's how you insert anything into it.
I don't know if that's needed to get the game in BUG-53620 working, though. If no, feel free to leave it as is for now. (Which game is it, anyways?)