Commit f0bd0fd9 authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

include: Avoid C++ keyword.

parent 73c107fd
......@@ -463,7 +463,7 @@ interface ISpeechObjectToken : IDispatch
[out,retval] BSTR* path);
[hidden, id(DISPID_SOTRemoveStorageFileName)]
HRESULT RemoveStorageFileName([in] BSTR clsid, [in]BSTR key, [in] VARIANT_BOOL delete);
HRESULT RemoveStorageFileName([in] BSTR clsid, [in]BSTR key, [in] VARIANT_BOOL remove);
[hidden, id(DISPID_SOTIsUISupported)]
HRESULT IsUISupported( [in]const BSTR type, [in, defaultvalue(NULL)] const VARIANT *data,
......
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