Jacek Caban : mshtmhst.idl: Added DOCHOSTUITYPE declaration.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Aug 17 05:04:37 CDT 2006


Module: wine
Branch: master
Commit: 00b4413ded207a5760e9f514ea22725b70d5fae4
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=00b4413ded207a5760e9f514ea22725b70d5fae4

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Thu Aug 17 02:41:24 2006 +0200

mshtmhst.idl: Added DOCHOSTUITYPE declaration.

---

 include/mshtmhst.idl |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/include/mshtmhst.idl b/include/mshtmhst.idl
index 3d43ecc..344a88f 100644
--- a/include/mshtmhst.idl
+++ b/include/mshtmhst.idl
@@ -99,6 +99,11 @@ coclass HostDialogHelper
  *    IDocHostUIHandler interface
  */
 
+typedef enum tagDOCHOSTUITYPE {
+    DOCHOSTUITYPE_BROWSE = 0,
+    DOCHOSTUITYPE_AUTHOR = 1
+} DOCHOSTUITYPE;
+
 typedef enum tagDOCHOSTUIDBLCLK
 {
     DOCHOSTUIDBLCLK_DEFAULT         = 0,




More information about the wine-cvs mailing list