1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-03 08:19:41 +00:00

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>
This commit is contained in:
Jactry Zeng 2021-02-22 22:19:46 +08:00 committed by Alexandre Julliard
parent d7a4d757ce
commit 27040a4f00

View File

@ -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);