Commit a20023ec authored by Michael Karcher's avatar Michael Karcher Committed by Alexandre Julliard

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

parent 7290dafc
......@@ -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 );
......
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