Commit f640a446 authored by Gabriel Ivăncescu's avatar Gabriel Ivăncescu Committed by Alexandre Julliard

mshtml: Adjust the IWineHTMLWindowPrivate ids.

So it doesn't clash with IHTMLWindow2, which uses low ids ('console' clashes with 'history'). Signed-off-by: 's avatarGabriel Ivăncescu <gabrielopcode@gmail.com> Signed-off-by: 's avatarJacek Caban <jacek@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 37097b96
......@@ -83,9 +83,9 @@ interface IWineMSHTMLConsole : IDispatch
]
interface IWineHTMLWindowPrivate : IDispatch
{
[id(1)]
[id(50)]
HRESULT requestAnimationFrame([in] VARIANT *expr, [retval, out] VARIANT *timer_id);
[propget, id(2)]
[propget, id(51)]
HRESULT console([retval, out] IDispatch **console);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment