Commit c92fddae authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

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: 's avatarDmitry Timoshkov <dmitry@baikal.ru> Signed-off-by: 's avatarJacek Caban <jacek@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent b4b5ad59
......@@ -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;
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