Commit 5f3dee97 authored by Shaun Ren's avatar Shaun Ren Committed by Alexandre Julliard

include: Fix ISpTTSEngineSite::GetActions return type.

parent 024189ae
......@@ -72,7 +72,7 @@ typedef enum SPVESACTIONS
]
interface ISpTTSEngineSite : ISpEventSink
{
HRESULT GetActions();
DWORD GetActions();
HRESULT Write([in] const void *pBuff,
[in] ULONG cb,
[out] ULONG *pcbWritten);
......
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