mshtmhst.idl: Added IHTMLWindow forward declaration

Jacek Caban jacek at codeweavers.com
Wed Nov 16 07:38:25 CST 2005


Changelog:
    Added IHTMLWindow forward declaration
-------------- next part --------------
Index: include/mshtmhst.idl
===================================================================
RCS file: /home/wine/wine/include/mshtmhst.idl,v
retrieving revision 1.5
diff -u -p -r1.5 mshtmhst.idl
--- include/mshtmhst.idl	23 Aug 2005 18:15:53 -0000	1.5
+++ include/mshtmhst.idl	16 Nov 2005 13:37:42 -0000
@@ -48,6 +48,11 @@ cpp_quote("#define HTMLDLG_VERIFY       
 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
  */


More information about the wine-patches mailing list