ChangeSet ID: 21301 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)winehq.org 2005/11/17 05:03:25 Modified files: include : mshtmhst.idl Log message: Jacek Caban <jacek(a)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 */
participants (1)
-
Alexandre Julliard