On Tue Feb 4 14:36:04 2025 +0000, Helix Graziani wrote:
Even though the tests for IShellWindows are in shell32, the EA App gets it from ieframe.
I think it's because we register it in a wrong way, see `HKEY_CLASSES_ROOT\CLSID{9BA05972-F6A8-11CF-A442-00A0C90A8F39}`. On Wine, it contains `InprocServer32` key, while on Windows it uses `LocalServer32`. We should probably remove `threading()` attribute from `ShellWindows` coclass in `exdisp.idl` and have `.rgs` file in shell registering it manually.