hhctrl.ocx: report cases that are not handled at all.

Rein Klazes wijn at wanadoo.nl
Tue Jan 3 12:19:27 CST 2006


Hi,

Changelog:
dlls/hhctrl.ocx	: hhctrl.c
Also report commands in HtmlHelp that are not handled at all.

Rein. 
-------------- next part --------------
--- wine/dlls/hhctrl.ocx/hhctrl.c	2005-11-09 09:34:06.000000000 +0100
+++ mywine/dlls/hhctrl.ocx/hhctrl.c	2005-12-30 15:00:19.000000000 +0100
@@ -97,6 +97,8 @@ HWND WINAPI HtmlHelpW(HWND caller, LPCWS
             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;


More information about the wine-patches mailing list