19 Sep
2025
19 Sep
'25
10:20 a.m.
From: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- dlls/dhtmled.ocx/edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/dhtmled.ocx/edit.c b/dlls/dhtmled.ocx/edit.c index 8af10321652..289ddd27c45 100644 --- a/dlls/dhtmled.ocx/edit.c +++ b/dlls/dhtmled.ocx/edit.c @@ -875,7 +875,7 @@ static HRESULT WINAPI OleObject_DoVerb(IOleObject *iface, LONG verb, MSG *msg, I if (verb == OLEIVERB_INPLACEACTIVATE) { - IOleClientSite_OnShowWindow(This->client_site, TRUE); + IOleClientSite_OnShowWindow(This->client_site, SW_SHOW); return S_OK; } -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/9005