From: Alistair Leslie-Hughes leslie_alistair@hotmail.com
--- include/msxml6.idl | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/include/msxml6.idl b/include/msxml6.idl index d4a5c490243..ead87be7516 100644 --- a/include/msxml6.idl +++ b/include/msxml6.idl @@ -1842,19 +1842,6 @@ interface ISAXLocator : IUnknown [out, retval] const WCHAR ** systemId); }
-[ - local, - object, - uuid(70409222-ca09-4475-acb8-40312fe8d145) -] -interface ISAXXMLFilter : ISAXXMLReader -{ - HRESULT getParent( - [out, retval] ISAXXMLReader ** pReader); - HRESULT putParent( - [in] ISAXXMLReader * reader); -} - [ local, object, @@ -1912,6 +1899,19 @@ interface ISAXXMLReader : IUnknown [in] const WCHAR * url); }
+[ + local, + object, + uuid(70409222-ca09-4475-acb8-40312fe8d145) +] +interface ISAXXMLFilter : ISAXXMLReader +{ + HRESULT getParent( + [out, retval] ISAXXMLReader ** pReader); + HRESULT putParent( + [in] ISAXXMLReader * reader); +} + [ object, dual,
Hi,
It looks like your patch introduced the new failures shown below. Please investigate and fix them before resubmitting your patch. If they are not new, fixing them anyway would help a lot. Otherwise please ask for the known failures list to be updated.
The tests also ran into some preexisting test failures. If you know how to fix them that would be helpful. See the TestBot job for the details:
The full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=149364
Your paranoid android.
=== debian11b (64 bit WoW report) ===
Report validation errors: winmm:mci crashed (c0000008)