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>
stable
Francois Gouget 2019-11-28 13:28:28 +01:00 committed by Alexandre Julliard
parent c5e4a5345e
commit 6e73cf2c17
1 changed files with 1 additions and 1 deletions

View File

@ -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);