input: Fix the spelling of a parameter name in a function prototype.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
c5e4a5345e
commit
6e73cf2c17
|
@ -184,7 +184,7 @@ HRESULT WINAPI SetInteractionConfigurationInteractionContext(HINTERACTIONCONTEXT
|
|||
UINT32 count, const INTERACTION_CONTEXT_CONFIGURATION *configuration);
|
||||
|
||||
HRESULT WINAPI GetPropertyInteractionContext(HINTERACTIONCONTEXT context,
|
||||
INTERACTION_CONTEXT_PROPERTY proerty, UINT32 *value);
|
||||
INTERACTION_CONTEXT_PROPERTY property, UINT32 *value);
|
||||
HRESULT WINAPI SetPropertyInteractionContext(HINTERACTIONCONTEXT context,
|
||||
INTERACTION_CONTEXT_PROPERTY property, UINT32 value);
|
||||
|
||||
|
|
Loading…
Reference in New Issue