13 Sep
2023
13 Sep
'23
2:51 p.m.
On Wed Sep 13 05:27:55 2023 +0000, Nikolay Sivov wrote:
Doesn't this contradict MR subject? Yes, I guess I can change MR subject to the patch subject. To summarize what tests show:
- if COM is not initialized at all (like in CoCreateInstance doesn't work) RoGetActivationFactory fails with CO_E_NOTINITIALIZED; - if COM is inited with STA apartment, implicit MTA is created (or referenced if exists); - if COM is inited with implicit MTA apartment it is referenced. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3806#note_45225