=?UTF-8?Q?Stefan=20D=C3=B6singer=20?=: include: Sync an attribute to the Windows 8.1 SDK.

Alexandre Julliard julliard at winehq.org
Wed May 21 13:39:23 CDT 2014


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

Author: Stefan Dösinger <stefan at codeweavers.com>
Date:   Tue May 20 13:09:17 2014 +0200

include: Sync an attribute to the Windows 8.1 SDK.

---

 include/shobjidl.idl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/shobjidl.idl b/include/shobjidl.idl
index c9297a8..ae42c2e 100644
--- a/include/shobjidl.idl
+++ b/include/shobjidl.idl
@@ -3350,7 +3350,7 @@ interface ITransferAdviseSink : IUnknown
     HRESULT FileFailure([in] IShellItem *item,
                         [in, unique, string] LPCWSTR itemname,
                         [in] HRESULT hr,
-                        [out, unique, size_is(crename)] LPWSTR rename,
+                        [in, out, unique, size_is(crename)] LPWSTR rename,
                         [in] ULONG crename);
     HRESULT SubStreamFailure([in] IShellItem *item,
                              [in, string] LPCWSTR stream,




More information about the wine-cvs mailing list