Commit 8830470a authored by Aric Stewart's avatar Aric Stewart Committed by Alexandre Julliard

quartz: Have the VideoRenderer use strmbase BaseWindow.

parent 54eafc73
...@@ -34,8 +34,6 @@ static DWORD dll_ref = 0; ...@@ -34,8 +34,6 @@ static DWORD dll_ref = 0;
/* For the moment, do nothing here. */ /* For the moment, do nothing here. */
BOOL WINAPI DllMain(HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpv) BOOL WINAPI DllMain(HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpv)
{ {
if (fdwReason == DLL_PROCESS_DETACH)
video_unregister_windowclass();
return QUARTZ_DllMain( hInstDLL, fdwReason, lpv ); return QUARTZ_DllMain( hInstDLL, fdwReason, lpv );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment