Added IHTMLWindow forward declaration.
This commit is contained in:
parent
483f3bac53
commit
7627ea47e5
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue