include: Add a missing [unique] to shobjidl.idl.
This commit is contained in:
parent
7290dafc46
commit
a20023ecef
|
@ -626,7 +626,7 @@ interface IShellLinkA : IUnknown
|
|||
HRESULT GetPath(
|
||||
[out, size_is(cch)] LPSTR pszFile,
|
||||
[in] int cch,
|
||||
[in, out] WIN32_FIND_DATAA *pfd,
|
||||
[in, out, unique] WIN32_FIND_DATAA *pfd,
|
||||
[in] DWORD fFlags);
|
||||
|
||||
HRESULT GetIDList( [out] LPITEMIDLIST * ppidl );
|
||||
|
|
Loading…
Reference in New Issue