[PATCH 4/5] quartz: Convert media type registration to IRegistrar mechanism.

Zebediah Figura z.figura12 at gmail.com
Tue Apr 23 09:19:21 CDT 2019


On 4/23/19 9:08 AM, Zebediah Figura wrote:
> On 4/23/19 2:20 AM, Alexandre Julliard wrote:
>> Zebediah Figura <z.figura12 at gmail.com> writes:
>>
>>> @@ -687,10 +390,6 @@ HRESULT WINAPI DllRegisterServer(void)
>>>        TRACE("\n");
>>>    
>>>        hr = QUARTZ_DllRegisterServer();
>>> -    if (SUCCEEDED(hr))
>>> -        hr = register_mediatypes_parsing(mediatype_parsing_list);
>>> -    if (SUCCEEDED(hr))
>>> -        hr = register_mediatypes_extension(mediatype_extension_list);
>>>        if (SUCCEEDED(hr))
>>>            hr = register_filters(filter_list);
>>>        return hr;
>>
>> Note that you should add a call to __wine_register_resources(), so that
>> the dll can still be registered manually.
>>
> 
> As far as I understand that's already done in the rpcproxy refactoring
> routines (i.e. it's called from QUARTZ_DllRegisterServer()). Is that not
> the case?
> 
> 

er, s/refactoring/registration/; not sure what my brain was doing there.



More information about the wine-devel mailing list