mshtml: Adjust the IWineHTMLWindowPrivate ids.

So it doesn't clash with IHTMLWindow2, which uses low ids ('console'
clashes with 'history').

Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Gabriel Ivăncescu 2021-10-01 16:12:42 +03:00 committed by Alexandre Julliard
parent 37097b9687
commit f640a446e3
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}