Commit 27040a4f authored by Jactry Zeng's avatar Jactry Zeng Committed by Alexandre Julliard

include: Avoid using C++ keyword.

parent d7a4d757
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment