Zebediah Figura z.figura12@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))
if (SUCCEEDED(hr)) hr = register_filters(filter_list); return hr;hr = register_mediatypes_extension(mediatype_extension_list);
Note that you should add a call to __wine_register_resources(), so that the dll can still be registered manually.