Commit 92223ac9 authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Alexandre Julliard

include: Add PROPERTYKEY to wtypes.idl.

parent af5822a7
......@@ -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 */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment