include: Add PROPERTYKEY to wtypes.idl.

This commit is contained in:
Maarten Lankhorst 2009-11-11 09:49:44 +01:00 committed by Alexandre Julliard
parent af5822a7ea
commit 92223ac913
1 changed files with 9 additions and 0 deletions

View File

@ -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 */