wine/include mshtmhst.idl

Alexandre Julliard julliard at wine.codeweavers.com
Thu Nov 17 05:03:25 CST 2005


ChangeSet ID:	21301
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at winehq.org	2005/11/17 05:03:25

Modified files:
	include        : mshtmhst.idl 

Log message:
	Jacek Caban <jacek at codeweavers.com>
	Added IHTMLWindow forward declaration.

Patch: http://cvs.winehq.org/patch.py?id=21301

Old revision  New revision  Changes     Path
 1.5           1.6           +5 -0       wine/include/mshtmhst.idl

Index: wine/include/mshtmhst.idl
diff -u -p wine/include/mshtmhst.idl:1.5 wine/include/mshtmhst.idl:1.6
--- wine/include/mshtmhst.idl:1.5	17 Nov 2005 11: 3:25 -0000
+++ wine/include/mshtmhst.idl	17 Nov 2005 11: 3:25 -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-cvs mailing list