Commit 28afe7fc authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

ctl3d32: Claim success in Ctl3dRegister().

parent a62a9fcc
......@@ -75,7 +75,7 @@ BOOL WINAPI Ctl3dIsAutoSubclass(void)
BOOL WINAPI Ctl3dRegister(HINSTANCE hInst)
{
return FALSE;
return TRUE;
}
BOOL WINAPI Ctl3dSubclassCtl(HWND hwnd)
......
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