On Wed Aug 14 17:21:18 2024 +0000, Alfred Agrell wrote:
- Simply implement EnumerableObjectCollection and IEnumObjects
- Add IObjectCollection
- Add remoting support (and run into that WIDL bug while we're at it)
- Move it to windows.storage.dll (Wine doesn't have that DLL yet
(closest match is windows.storage.applicationdata.dll), so that's yet another pile of copypasted scaffolding) The amount of scope creep in this MR is somewhere between concerning and hilarious. I vote keep it in shell32 until and unless something cares.
I don't think the last two are scope creep. Committing this without proper remoting support is simply broken, and putting the DLL in the right place is also a matter of correctness.