Commit 6e73cf2c authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

input: Fix the spelling of a parameter name in a function prototype.

parent c5e4a534
...@@ -184,7 +184,7 @@ HRESULT WINAPI SetInteractionConfigurationInteractionContext(HINTERACTIONCONTEXT ...@@ -184,7 +184,7 @@ HRESULT WINAPI SetInteractionConfigurationInteractionContext(HINTERACTIONCONTEXT
UINT32 count, const INTERACTION_CONTEXT_CONFIGURATION *configuration); UINT32 count, const INTERACTION_CONTEXT_CONFIGURATION *configuration);
HRESULT WINAPI GetPropertyInteractionContext(HINTERACTIONCONTEXT context, HRESULT WINAPI GetPropertyInteractionContext(HINTERACTIONCONTEXT context,
INTERACTION_CONTEXT_PROPERTY proerty, UINT32 *value); INTERACTION_CONTEXT_PROPERTY property, UINT32 *value);
HRESULT WINAPI SetPropertyInteractionContext(HINTERACTIONCONTEXT context, HRESULT WINAPI SetPropertyInteractionContext(HINTERACTIONCONTEXT context,
INTERACTION_CONTEXT_PROPERTY property, UINT32 value); INTERACTION_CONTEXT_PROPERTY property, UINT32 value);
......
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