Skip to content
Snippets Groups Projects
Commit 2680b594 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard
Browse files

ctl3dv2: Claim success in Ctl3dRegister().

parent bfb7e167
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ BOOL16 WINAPI Ctl3dIsAutoSubclass16(void)
*/
BOOL16 WINAPI Ctl3dRegister16(HINSTANCE16 hInst)
{
return FALSE;
return TRUE;
}
/***********************************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment