Jacek Caban : docobj.idl: Fix some enums declarations.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Apr 10 13:47:48 CDT 2006


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Mon Apr 10 18:38:58 2006 +0200

docobj.idl: Fix some enums declarations.

---

 include/docobj.idl |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/docobj.idl b/include/docobj.idl
index f313992..8435a8a 100644
--- a/include/docobj.idl
+++ b/include/docobj.idl
@@ -169,7 +169,7 @@ interface IOleCommandTarget : IUnknown
 {
     typedef [unique] IOleCommandTarget *LPOLECOMMANDTARGET;
 
-    typedef enum
+    typedef enum OLECMDF
     {
         OLECMDF_SUPPORTED = 0x1,
         OLECMDF_ENABLED = 0x2,
@@ -193,14 +193,14 @@ interface IOleCommandTarget : IUnknown
         [size_is(cwBuf)] WCHAR rgwz[];
     } OLECMDTEXT;
 
-    typedef enum
+    typedef enum OLECMDTEXTF
     {
         OLECMDTEXTF_NONE = 0,
         OLECMDTEXTF_NAME = 1,
         OLECMDTEXTF_STATUS = 2
     } OLECMDTEXTF;
 
-    typedef enum
+    typedef enum OLECMDEXECOPT
     {
         OLECMDEXECOPT_DODEFAULT = 0,
         OLECMDEXECOPT_PROMPTUSER = 1,




More information about the wine-cvs mailing list