Added IHTMLWindow forward declaration.

This commit is contained in:
Jacek Caban 2005-11-17 11:03:25 +00:00 committed by Alexandre Julliard
parent 483f3bac53
commit 7627ea47e5

View file

@ -48,6 +48,11 @@ cpp_quote("#define HTMLDLG_VERIFY 0x0100")
cpp_quote("#define PRINT_DONTBOTHERUSER 0x0001")
cpp_quote("#define PRINT_WAITFORCOMPLETION 0x0002")
cpp_quote("#ifndef __IHTMLWindow2_FWD_DEFINED__")
cpp_quote("#define __IHTMLWindow2_FWD_DEFINED__")
cpp_quote("typedef interface IHTMLWindow2 IHTMLWindow2;")
cpp_quote("#endif")
/*****************************************************************************
* IHostDialogHelper interface
*/