ctl3d32: Claim success in Ctl3dRegister().
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
a62a9fcc1f
commit
28afe7fc04
|
@ -75,7 +75,7 @@ BOOL WINAPI Ctl3dIsAutoSubclass(void)
|
||||||
|
|
||||||
BOOL WINAPI Ctl3dRegister(HINSTANCE hInst)
|
BOOL WINAPI Ctl3dRegister(HINSTANCE hInst)
|
||||||
{
|
{
|
||||||
return FALSE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
BOOL WINAPI Ctl3dSubclassCtl(HWND hwnd)
|
BOOL WINAPI Ctl3dSubclassCtl(HWND hwnd)
|
||||||
|
|
Loading…
Reference in New Issue