Module: wine Branch: master Commit: 00b4413ded207a5760e9f514ea22725b70d5fae4 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=00b4413ded207a5760e9f514...
Author: Jacek Caban jacek@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,