From: Alexandre Julliard Subject: Re: [PATCH 4/5] quartz: Convert media type registration to IRegistrar mechanism. Message-Id: <87h8aovi3h.fsf@wine> Date: Tue, 23 Apr 2019 17:47:46 +0200 In-Reply-To: (Zebediah Figura's message of "Tue, 23 Apr 2019 09:08:24 -0500") References: <20190423021303.7894-1-z.figura12@gmail.com> <20190423021303.7894-4-z.figura12@gmail.com> <874l6pw5l9.fsf@wine> Zebediah Figura writes: > On 4/23/19 2:20 AM, Alexandre Julliard wrote: >> Zebediah Figura 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? You are right, I missed that you kept the rpcproxy call. That works. -- Alexandre Julliard julliard@winehq.org