include: Add a missing [unique] to shobjidl.idl.

This commit is contained in:
Michael Karcher 2009-01-01 11:40:54 +01:00 committed by Alexandre Julliard
parent 7290dafc46
commit a20023ecef

View file

@ -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 );