[PATCH] mscoree: Add a test to show that first non-default domain is not made current automatically.

Nikolay Sivov nsivov at codeweavers.com
Wed Aug 21 11:05:42 CDT 2019


On 8/21/19 6:51 PM, Vincent Povirk (they/them) wrote:

>> +    prev_domain = domain_attach(default_domain);
>> +
>> +    hr = RuntimeHost_GetIUnknownForDomain(This, default_domain, appDomain);
>> +
>> +    domain_restore(prev_domain);
> So it returns the default domain in all cases? That seems wrong.
It does seem wrong, it should probably use mono_domain_get().
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20190821/5fdf6f15/attachment-0001.html>


More information about the wine-devel mailing list