mirror of
https://github.com/reactos/wine.git
synced 2025-04-03 08:31:55 +00:00
hhctrl.ocx: Return help window handle to caller.
This commit is contained in:
parent
790715123a
commit
76299b37ea
@ -132,8 +132,7 @@ HWND WINAPI HtmlHelpW(HWND caller, LPCWSTR filename, UINT command, DWORD_PTR dat
|
||||
if(!res)
|
||||
ReleaseHelpViewer(info);
|
||||
}
|
||||
|
||||
return NULL; /* FIXME */
|
||||
return info->WinType.hwndHelp;
|
||||
}
|
||||
case HH_HELP_CONTEXT: {
|
||||
HHInfo *info;
|
||||
@ -149,8 +148,7 @@ HWND WINAPI HtmlHelpW(HWND caller, LPCWSTR filename, UINT command, DWORD_PTR dat
|
||||
|
||||
NavigateToUrl(info, url);
|
||||
heap_free(url);
|
||||
|
||||
return NULL; /* FIXME */
|
||||
return info->WinType.hwndHelp;
|
||||
}
|
||||
case HH_PRETRANSLATEMESSAGE: {
|
||||
static BOOL warned = FALSE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user