[PATCH] include: Avoid using C++ keyword.

Jactry Zeng jzeng at codeweavers.com
Mon Feb 22 08:19:46 CST 2021


Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50670
Signed-off-by: Jactry Zeng <jzeng at codeweavers.com>
---
 include/shobjidl.idl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/shobjidl.idl b/include/shobjidl.idl
index e264a3b18e4..52e0c5c9db1 100644
--- a/include/shobjidl.idl
+++ b/include/shobjidl.idl
@@ -3984,7 +3984,7 @@ interface IFileOperation : IUnknown
                        [in, unique] IFileOperationProgressSink *sink);
     HRESULT DeleteItems([in] IUnknown *items);
     HRESULT NewItem([in] IShellItem *folder, [in] DWORD attributes,
-                    [in, unique, string] LPCWSTR name, [in, unique, string] LPCWSTR template,
+                    [in, unique, string] LPCWSTR name, [in, unique, string] LPCWSTR template_name,
                     [in, unique] IFileOperationProgressSink *sink);
     HRESULT PerformOperations();
     HRESULT GetAnyOperationsAborted([out] BOOL *aborted);
-- 
2.30.0




More information about the wine-devel mailing list