Commit 2924f64d authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

windows.media.speech: Remove WINAPI on static functions where not needed.

parent b5d3759f
......@@ -124,7 +124,7 @@ static const struct ISpeechRecognitionCompilationResultVtbl compilation_result_v
};
static HRESULT WINAPI compilation_result_create( SpeechRecognitionResultStatus status, ISpeechRecognitionCompilationResult **out )
static HRESULT compilation_result_create( SpeechRecognitionResultStatus status, ISpeechRecognitionCompilationResult **out )
{
struct compilation_result *impl;
......
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