[PATCH 08/12] includes: Add PROPERTYKEY to wtypes.idl

Maarten Lankhorst (none) mlankhorst at patser.
Wed Nov 11 02:49:44 CST 2009


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

diff --git a/include/wtypes.idl b/include/wtypes.idl
index bacf4cd..032d64b 100644
--- a/include/wtypes.idl
+++ b/include/wtypes.idl
@@ -827,4 +827,13 @@ typedef union switch(DWORD tyspec)
         } ByObjectId;
 } uCLSSPEC;
 
+cpp_quote("#ifndef PROPERTYKEY_DEFINED")
+cpp_quote("#define PROPERTYKEY_DEFINED")
+typedef struct _tagpropertykey
+{
+    GUID fmtid;
+    DWORD pid;
+} PROPERTYKEY;
+cpp_quote("#endif /*PROPERTYKEY_DEFINED*/")
+
 } /* interface IWinTypes */
-- 
1.6.5.2


--------------010105000302090809070208--



More information about the wine-patches mailing list