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

Alexandre Julliard julliard at winehq.org
Fri Jan 2 08:25:47 CST 2009


Module: wine
Branch: master
Commit: a20023ecef3b108f6a9de677d665e647b1f5ac2d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a20023ecef3b108f6a9de677d665e647b1f5ac2d

Author: Michael Karcher <wine at mkarcher.dialup.fu-berlin.de>
Date:   Thu Jan  1 11:40:54 2009 +0100

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

---

 include/shobjidl.idl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/shobjidl.idl b/include/shobjidl.idl
index b05adde..07baea7 100644
--- a/include/shobjidl.idl
+++ b/include/shobjidl.idl
@@ -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 );




More information about the wine-cvs mailing list