Commit fe57d732 authored by Rein Klazes's avatar Rein Klazes Committed by Alexandre Julliard

hhctrl.ocx: Report commands in HtmlHelp that are not handled at all.

parent 6818762a
......@@ -97,6 +97,8 @@ HWND WINAPI HtmlHelpW(HWND caller, LPCWSTR filename, UINT command, DWORD data)
FIXME("Not all HH cases handled correctly\n");
doWinMain(GetModuleHandleW(NULL), file);
break;
default:
FIXME("HH case %s not handled.\n", command_to_string( command ));
}
HeapFree(GetProcessHeap(), 0, file);
return 0;
......
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