[PATCH 1/4] mshtml: Add recently added GUIDs to debugstr_mshtml_guid().
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru> --- dlls/mshtml/main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dlls/mshtml/main.c b/dlls/mshtml/main.c index 7cb3006812..29396a5475 100644 --- a/dlls/mshtml/main.c +++ b/dlls/mshtml/main.c @@ -705,6 +705,7 @@ const char *debugstr_mshtml_guid(const GUID *iid) X(IID_IDispatch); X(IID_IDispatchEx); X(IID_IDispatchJS); + X(IID_IDisplayServices); X(IID_UndocumentedScriptIface); X(IID_IEnumConnections); X(IID_IEnumVARIANT); @@ -719,6 +720,8 @@ const char *debugstr_mshtml_guid(const GUID *iid) X(IID_IInternetProtocol); X(IID_IInternetProtocolRoot); X(IID_IManagedObject); + X(IID_IMarkupContainer); + X(IID_IMarkupServices); X(IID_IMarshal); X(IID_IMonikerProp); X(IID_IObjectIdentity); -- 2.20.1
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=53826 Your paranoid android. === debian9 (build log) === Task: WineTest did not produce the wow32 report
participants (3)
-
Dmitry Timoshkov -
Jacek Caban -
Marvin