mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:26:10 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue