mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
include: Add PROPERTYKEY to wtypes.idl.
This commit is contained in:
parent
af5822a7ea
commit
92223ac913
@ -827,4 +827,13 @@ typedef union switch(DWORD tyspec)
|
|||||||
} ByObjectId;
|
} ByObjectId;
|
||||||
} uCLSSPEC;
|
} 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 */
|
} /* interface IWinTypes */
|
||||||
|
Loading…
Reference in New Issue
Block a user