mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
include: Fix a parameter type in the IEnumTfUIElements interface.
Caught by midl.
This commit is contained in:
parent
69849bd2ee
commit
5e1da85068
1 changed files with 1 additions and 1 deletions
|
@ -1817,7 +1817,7 @@ interface IEnumTfUIElements : IUnknown
|
|||
HRESULT Next(
|
||||
[in] ULONG count,
|
||||
[out, size_is(count), length_is(fetched)] ITfUIElement **element,
|
||||
[out] ULONG fetched);
|
||||
[out] ULONG *fetched);
|
||||
|
||||
HRESULT Reset();
|
||||
|
||||
|
|
Loading…
Reference in a new issue