Jacek Caban : urlmon.idl: Added missing MONIKERPROPERTY variables.

Alexandre Julliard julliard at winehq.org
Mon Dec 31 12:32:20 CST 2007


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Sun Dec 30 17:41:44 2007 +0100

urlmon.idl: Added missing MONIKERPROPERTY variables.

---

 include/urlmon.idl |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/include/urlmon.idl b/include/urlmon.idl
index d84f1e7..ab59c40 100644
--- a/include/urlmon.idl
+++ b/include/urlmon.idl
@@ -546,8 +546,11 @@ interface IMonikerProp : IUnknown
     typedef [unique] IMonikerProp *LPMONIKERPROP;
 
     typedef enum {
-        MIMETYPEPROP = 0x00000000,
-        USE_SRC_URL  = 0x00000001
+        MIMETYPEPROP        = 0,
+        USE_SRC_URL         = 1,
+        CLASSIDPROP         = 2,
+        TRUSTEDDOWNLOADPROP = 3,
+        POPUPLEVELPROP      = 4
     } MONIKERPROPERTY;
 
     HRESULT PutProperty(




More information about the wine-cvs mailing list