Commit 2680b594 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

ctl3dv2: Claim success in Ctl3dRegister().

parent bfb7e167
...@@ -102,7 +102,7 @@ BOOL16 WINAPI Ctl3dIsAutoSubclass16(void) ...@@ -102,7 +102,7 @@ BOOL16 WINAPI Ctl3dIsAutoSubclass16(void)
*/ */
BOOL16 WINAPI Ctl3dRegister16(HINSTANCE16 hInst) BOOL16 WINAPI Ctl3dRegister16(HINSTANCE16 hInst)
{ {
return FALSE; return TRUE;
} }
/*********************************************************************** /***********************************************************************
......
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