mshtml.idl: Add forward declaration for IHTMLWindow flavours.

This helps to make sure that getComputedStyle() gets picked up before
GetComputedStyle(), and correct tlb is generated as a result.

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Dmitry Timoshkov 2019-06-04 00:03:04 +08:00 committed by Alexandre Julliard
parent b4b5ad5980
commit c92fddae86
1 changed files with 6 additions and 0 deletions

View File

@ -407,6 +407,12 @@ interface IHTMLFrameBase;
interface IHTMLStorage;
interface IHTMLStyleSheetsCollection;
interface IHTMLTableSection;
interface IHTMLWindow2;
interface IHTMLWindow3;
interface IHTMLWindow4;
interface IHTMLWindow5;
interface IHTMLWindow6;
interface IHTMLWindow7;
interface IDOMEvent;
interface IDisplayPointer;
interface IDisplayServices;