Module: wine Branch: master Commit: 27040a4f009f1e35a540882dc150d14431de64a8 URL: https://source.winehq.org/git/wine.git/?a=commit;h=27040a4f009f1e35a540882dc...
Author: Jactry Zeng jzeng@codeweavers.com Date: Mon Feb 22 22:19:46 2021 +0800
include: Avoid using C++ keyword.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50670 Signed-off-by: Jactry Zeng jzeng@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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);