Commit 7627ea47 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

Added IHTMLWindow forward declaration.

parent 483f3bac
......@@ -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
*/
......
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